@recallai/desktop-sdk 2024.1.29-7103406afedf9a84d60e110b15b96f741630f117 → 2024.2.1-0c0f140ff96917a5c30940d71d7fd0712780a89c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binding.gyp +11 -1
- package/desktop_sdk_macos.framework/Headers/desktop_sdk_macos-Swift.h +6 -0
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo +0 -0
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo +0 -0
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.abi.json +587 -35
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.private.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.swiftmodule +0 -0
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.abi.json +587 -35
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.private.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.swiftmodule +0 -0
- package/desktop_sdk_macos.framework/Versions/A/Headers/desktop_sdk_macos-Swift.h +6 -0
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo +0 -0
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo +0 -0
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.abi.json +587 -35
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.private.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.swiftmodule +0 -0
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.abi.json +587 -35
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.private.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Versions/A/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.swiftmodule +0 -0
- package/desktop_sdk_macos.framework/Versions/A/desktop_sdk_macos +0 -0
- package/desktop_sdk_macos.framework/Versions/Current/Headers/desktop_sdk_macos-Swift.h +6 -0
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo +0 -0
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo +0 -0
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.abi.json +587 -35
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.private.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/arm64-apple-macos.swiftmodule +0 -0
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.abi.json +587 -35
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.private.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.swiftinterface +17 -0
- package/desktop_sdk_macos.framework/Versions/Current/Modules/desktop_sdk_macos.swiftmodule/x86_64-apple-macos.swiftmodule +0 -0
- package/desktop_sdk_macos.framework/Versions/Current/desktop_sdk_macos +0 -0
- package/desktop_sdk_macos.framework/desktop_sdk_macos +0 -0
- package/index.d.ts +5 -0
- package/index.js +8 -1
- package/package.json +6 -3
- package/src/RecallAiDesktopSdk.h +4 -1
- package/src/main.cc +82 -31
|
@@ -840,6 +840,62 @@
|
|
|
840
840
|
"declKind": "Import",
|
|
841
841
|
"moduleName": "desktop_sdk_macos"
|
|
842
842
|
},
|
|
843
|
+
{
|
|
844
|
+
"kind": "Import",
|
|
845
|
+
"name": "Foundation",
|
|
846
|
+
"printedName": "Foundation",
|
|
847
|
+
"declKind": "Import",
|
|
848
|
+
"moduleName": "desktop_sdk_macos"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"kind": "Import",
|
|
852
|
+
"name": "SystemExtensions",
|
|
853
|
+
"printedName": "SystemExtensions",
|
|
854
|
+
"declKind": "Import",
|
|
855
|
+
"moduleName": "desktop_sdk_macos"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"kind": "Import",
|
|
859
|
+
"name": "os",
|
|
860
|
+
"printedName": "os",
|
|
861
|
+
"declKind": "Import",
|
|
862
|
+
"moduleName": "desktop_sdk_macos"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"kind": "TypeDecl",
|
|
866
|
+
"name": "RecallAiSdkEvent",
|
|
867
|
+
"printedName": "RecallAiSdkEvent",
|
|
868
|
+
"children": [
|
|
869
|
+
{
|
|
870
|
+
"kind": "Function",
|
|
871
|
+
"name": "serialize",
|
|
872
|
+
"printedName": "serialize()",
|
|
873
|
+
"children": [
|
|
874
|
+
{
|
|
875
|
+
"kind": "TypeNominal",
|
|
876
|
+
"name": "String",
|
|
877
|
+
"printedName": "Swift.String",
|
|
878
|
+
"usr": "s:SS"
|
|
879
|
+
}
|
|
880
|
+
],
|
|
881
|
+
"declKind": "Func",
|
|
882
|
+
"usr": "s:17desktop_sdk_macos16RecallAiSdkEventV9serializeSSyF",
|
|
883
|
+
"mangledName": "$s17desktop_sdk_macos16RecallAiSdkEventV9serializeSSyF",
|
|
884
|
+
"moduleName": "desktop_sdk_macos",
|
|
885
|
+
"declAttributes": [
|
|
886
|
+
"AccessControl"
|
|
887
|
+
],
|
|
888
|
+
"funcSelfKind": "NonMutating"
|
|
889
|
+
}
|
|
890
|
+
],
|
|
891
|
+
"declKind": "Struct",
|
|
892
|
+
"usr": "s:17desktop_sdk_macos16RecallAiSdkEventV",
|
|
893
|
+
"mangledName": "$s17desktop_sdk_macos16RecallAiSdkEventV",
|
|
894
|
+
"moduleName": "desktop_sdk_macos",
|
|
895
|
+
"declAttributes": [
|
|
896
|
+
"AccessControl"
|
|
897
|
+
]
|
|
898
|
+
},
|
|
843
899
|
{
|
|
844
900
|
"kind": "Import",
|
|
845
901
|
"name": "ApplicationServices",
|
|
@@ -2553,6 +2609,44 @@
|
|
|
2553
2609
|
],
|
|
2554
2610
|
"funcSelfKind": "NonMutating"
|
|
2555
2611
|
},
|
|
2612
|
+
{
|
|
2613
|
+
"kind": "Function",
|
|
2614
|
+
"name": "registerEventCallback",
|
|
2615
|
+
"printedName": "registerEventCallback(callback:)",
|
|
2616
|
+
"children": [
|
|
2617
|
+
{
|
|
2618
|
+
"kind": "TypeNominal",
|
|
2619
|
+
"name": "Void",
|
|
2620
|
+
"printedName": "()"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"kind": "TypeFunc",
|
|
2624
|
+
"name": "Function",
|
|
2625
|
+
"printedName": "(desktop_sdk_macos.RecallAiSdkEvent) -> ()",
|
|
2626
|
+
"children": [
|
|
2627
|
+
{
|
|
2628
|
+
"kind": "TypeNominal",
|
|
2629
|
+
"name": "Void",
|
|
2630
|
+
"printedName": "()"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"kind": "TypeNominal",
|
|
2634
|
+
"name": "RecallAiSdkEvent",
|
|
2635
|
+
"printedName": "desktop_sdk_macos.RecallAiSdkEvent",
|
|
2636
|
+
"usr": "s:17desktop_sdk_macos16RecallAiSdkEventV"
|
|
2637
|
+
}
|
|
2638
|
+
]
|
|
2639
|
+
}
|
|
2640
|
+
],
|
|
2641
|
+
"declKind": "Func",
|
|
2642
|
+
"usr": "s:17desktop_sdk_macos18RecallAiDesktopSdkC21registerEventCallback8callbackyyAA0degI0Vc_tF",
|
|
2643
|
+
"mangledName": "$s17desktop_sdk_macos18RecallAiDesktopSdkC21registerEventCallback8callbackyyAA0degI0Vc_tF",
|
|
2644
|
+
"moduleName": "desktop_sdk_macos",
|
|
2645
|
+
"declAttributes": [
|
|
2646
|
+
"AccessControl"
|
|
2647
|
+
],
|
|
2648
|
+
"funcSelfKind": "NonMutating"
|
|
2649
|
+
},
|
|
2556
2650
|
{
|
|
2557
2651
|
"kind": "Function",
|
|
2558
2652
|
"name": "installCameraExtension",
|
|
@@ -2696,6 +2790,39 @@
|
|
|
2696
2790
|
"name": "MeetingAppMediaCapturerDelegate",
|
|
2697
2791
|
"printedName": "MeetingAppMediaCapturerDelegate",
|
|
2698
2792
|
"children": [
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "Function",
|
|
2795
|
+
"name": "handleMixedVideoBuffer",
|
|
2796
|
+
"printedName": "handleMixedVideoBuffer(sampleBuffer:presTime:)",
|
|
2797
|
+
"children": [
|
|
2798
|
+
{
|
|
2799
|
+
"kind": "TypeNominal",
|
|
2800
|
+
"name": "Void",
|
|
2801
|
+
"printedName": "()"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "TypeNominal",
|
|
2805
|
+
"name": "CVBuffer",
|
|
2806
|
+
"printedName": "CoreVideo.CVBuffer",
|
|
2807
|
+
"usr": "c:@T@CVBufferRef"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"kind": "TypeNominal",
|
|
2811
|
+
"name": "CMTime",
|
|
2812
|
+
"printedName": "CoreMedia.CMTime",
|
|
2813
|
+
"usr": "c:@SA@CMTime"
|
|
2814
|
+
}
|
|
2815
|
+
],
|
|
2816
|
+
"declKind": "Func",
|
|
2817
|
+
"usr": "s:17desktop_sdk_macos31MeetingAppMediaCapturerDelegateP22handleMixedVideoBuffer06sampleL08presTimeySo11CVBufferRefa_So6CMTimeatF",
|
|
2818
|
+
"mangledName": "$s17desktop_sdk_macos31MeetingAppMediaCapturerDelegateP22handleMixedVideoBuffer06sampleL08presTimeySo11CVBufferRefa_So6CMTimeatF",
|
|
2819
|
+
"moduleName": "desktop_sdk_macos",
|
|
2820
|
+
"genericSig": "<τ_0_0 where τ_0_0 : desktop_sdk_macos.MeetingAppMediaCapturerDelegate>",
|
|
2821
|
+
"sugared_genericSig": "<Self where Self : desktop_sdk_macos.MeetingAppMediaCapturerDelegate>",
|
|
2822
|
+
"protocolReq": true,
|
|
2823
|
+
"reqNewWitnessTableEntry": true,
|
|
2824
|
+
"funcSelfKind": "NonMutating"
|
|
2825
|
+
},
|
|
2699
2826
|
{
|
|
2700
2827
|
"kind": "Function",
|
|
2701
2828
|
"name": "handleVideoBuffer",
|
|
@@ -3142,6 +3269,39 @@
|
|
|
3142
3269
|
],
|
|
3143
3270
|
"funcSelfKind": "NonMutating"
|
|
3144
3271
|
},
|
|
3272
|
+
{
|
|
3273
|
+
"kind": "Function",
|
|
3274
|
+
"name": "RecallAiSdkRegisterCallback",
|
|
3275
|
+
"printedName": "RecallAiSdkRegisterCallback(callback:userData:)",
|
|
3276
|
+
"children": [
|
|
3277
|
+
{
|
|
3278
|
+
"kind": "TypeNominal",
|
|
3279
|
+
"name": "Void",
|
|
3280
|
+
"printedName": "()"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"kind": "TypeNominal",
|
|
3284
|
+
"name": "UnsafeRawPointer",
|
|
3285
|
+
"printedName": "Swift.UnsafeRawPointer",
|
|
3286
|
+
"usr": "s:SV"
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"kind": "TypeNominal",
|
|
3290
|
+
"name": "UnsafeMutableRawPointer",
|
|
3291
|
+
"printedName": "Swift.UnsafeMutableRawPointer",
|
|
3292
|
+
"usr": "s:Sv"
|
|
3293
|
+
}
|
|
3294
|
+
],
|
|
3295
|
+
"declKind": "Func",
|
|
3296
|
+
"usr": "c:(cm)RecallAiSdkRegisterCallbackWithCallback:userData:",
|
|
3297
|
+
"mangledName": "$s17desktop_sdk_macos27RecallAiSdkRegisterCallback8callback8userDataySV_SvtF",
|
|
3298
|
+
"moduleName": "desktop_sdk_macos",
|
|
3299
|
+
"declAttributes": [
|
|
3300
|
+
"AccessControl",
|
|
3301
|
+
"CDecl"
|
|
3302
|
+
],
|
|
3303
|
+
"funcSelfKind": "NonMutating"
|
|
3304
|
+
},
|
|
3145
3305
|
{
|
|
3146
3306
|
"kind": "Import",
|
|
3147
3307
|
"name": "AVFoundation",
|
|
@@ -3323,6 +3483,116 @@
|
|
|
3323
3483
|
}
|
|
3324
3484
|
]
|
|
3325
3485
|
},
|
|
3486
|
+
{
|
|
3487
|
+
"kind": "Var",
|
|
3488
|
+
"name": "titleContains",
|
|
3489
|
+
"printedName": "titleContains",
|
|
3490
|
+
"children": [
|
|
3491
|
+
{
|
|
3492
|
+
"kind": "TypeNominal",
|
|
3493
|
+
"name": "Optional",
|
|
3494
|
+
"printedName": "Swift.String?",
|
|
3495
|
+
"children": [
|
|
3496
|
+
{
|
|
3497
|
+
"kind": "TypeNominal",
|
|
3498
|
+
"name": "String",
|
|
3499
|
+
"printedName": "Swift.String",
|
|
3500
|
+
"usr": "s:SS"
|
|
3501
|
+
}
|
|
3502
|
+
],
|
|
3503
|
+
"usr": "s:Sq"
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
"declKind": "Var",
|
|
3507
|
+
"usr": "s:17desktop_sdk_macos17UiElementSelectorV13titleContainsSSSgvp",
|
|
3508
|
+
"mangledName": "$s17desktop_sdk_macos17UiElementSelectorV13titleContainsSSSgvp",
|
|
3509
|
+
"moduleName": "desktop_sdk_macos",
|
|
3510
|
+
"declAttributes": [
|
|
3511
|
+
"HasInitialValue",
|
|
3512
|
+
"HasStorage",
|
|
3513
|
+
"AccessControl"
|
|
3514
|
+
],
|
|
3515
|
+
"hasStorage": true,
|
|
3516
|
+
"accessors": [
|
|
3517
|
+
{
|
|
3518
|
+
"kind": "Accessor",
|
|
3519
|
+
"name": "Get",
|
|
3520
|
+
"printedName": "Get()",
|
|
3521
|
+
"children": [
|
|
3522
|
+
{
|
|
3523
|
+
"kind": "TypeNominal",
|
|
3524
|
+
"name": "Optional",
|
|
3525
|
+
"printedName": "Swift.String?",
|
|
3526
|
+
"children": [
|
|
3527
|
+
{
|
|
3528
|
+
"kind": "TypeNominal",
|
|
3529
|
+
"name": "String",
|
|
3530
|
+
"printedName": "Swift.String",
|
|
3531
|
+
"usr": "s:SS"
|
|
3532
|
+
}
|
|
3533
|
+
],
|
|
3534
|
+
"usr": "s:Sq"
|
|
3535
|
+
}
|
|
3536
|
+
],
|
|
3537
|
+
"declKind": "Accessor",
|
|
3538
|
+
"usr": "s:17desktop_sdk_macos17UiElementSelectorV13titleContainsSSSgvg",
|
|
3539
|
+
"mangledName": "$s17desktop_sdk_macos17UiElementSelectorV13titleContainsSSSgvg",
|
|
3540
|
+
"moduleName": "desktop_sdk_macos",
|
|
3541
|
+
"implicit": true,
|
|
3542
|
+
"accessorKind": "get"
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"kind": "Accessor",
|
|
3546
|
+
"name": "Set",
|
|
3547
|
+
"printedName": "Set()",
|
|
3548
|
+
"children": [
|
|
3549
|
+
{
|
|
3550
|
+
"kind": "TypeNominal",
|
|
3551
|
+
"name": "Void",
|
|
3552
|
+
"printedName": "()"
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"kind": "TypeNominal",
|
|
3556
|
+
"name": "Optional",
|
|
3557
|
+
"printedName": "Swift.String?",
|
|
3558
|
+
"children": [
|
|
3559
|
+
{
|
|
3560
|
+
"kind": "TypeNominal",
|
|
3561
|
+
"name": "String",
|
|
3562
|
+
"printedName": "Swift.String",
|
|
3563
|
+
"usr": "s:SS"
|
|
3564
|
+
}
|
|
3565
|
+
],
|
|
3566
|
+
"usr": "s:Sq"
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"declKind": "Accessor",
|
|
3570
|
+
"usr": "s:17desktop_sdk_macos17UiElementSelectorV13titleContainsSSSgvs",
|
|
3571
|
+
"mangledName": "$s17desktop_sdk_macos17UiElementSelectorV13titleContainsSSSgvs",
|
|
3572
|
+
"moduleName": "desktop_sdk_macos",
|
|
3573
|
+
"implicit": true,
|
|
3574
|
+
"accessorKind": "set"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"kind": "Accessor",
|
|
3578
|
+
"name": "Modify",
|
|
3579
|
+
"printedName": "Modify()",
|
|
3580
|
+
"children": [
|
|
3581
|
+
{
|
|
3582
|
+
"kind": "TypeNominal",
|
|
3583
|
+
"name": "Void",
|
|
3584
|
+
"printedName": "()"
|
|
3585
|
+
}
|
|
3586
|
+
],
|
|
3587
|
+
"declKind": "Accessor",
|
|
3588
|
+
"usr": "s:17desktop_sdk_macos17UiElementSelectorV13titleContainsSSSgvM",
|
|
3589
|
+
"mangledName": "$s17desktop_sdk_macos17UiElementSelectorV13titleContainsSSSgvM",
|
|
3590
|
+
"moduleName": "desktop_sdk_macos",
|
|
3591
|
+
"implicit": true,
|
|
3592
|
+
"accessorKind": "_modify"
|
|
3593
|
+
}
|
|
3594
|
+
]
|
|
3595
|
+
},
|
|
3326
3596
|
{
|
|
3327
3597
|
"kind": "Var",
|
|
3328
3598
|
"name": "desc",
|
|
@@ -5206,6 +5476,38 @@
|
|
|
5206
5476
|
],
|
|
5207
5477
|
"funcSelfKind": "NonMutating"
|
|
5208
5478
|
},
|
|
5479
|
+
{
|
|
5480
|
+
"kind": "Function",
|
|
5481
|
+
"name": "handleMixedVideoBuffer",
|
|
5482
|
+
"printedName": "handleMixedVideoBuffer(sampleBuffer:presTime:)",
|
|
5483
|
+
"children": [
|
|
5484
|
+
{
|
|
5485
|
+
"kind": "TypeNominal",
|
|
5486
|
+
"name": "Void",
|
|
5487
|
+
"printedName": "()"
|
|
5488
|
+
},
|
|
5489
|
+
{
|
|
5490
|
+
"kind": "TypeNominal",
|
|
5491
|
+
"name": "CVBuffer",
|
|
5492
|
+
"printedName": "CoreVideo.CVBuffer",
|
|
5493
|
+
"usr": "c:@T@CVBufferRef"
|
|
5494
|
+
},
|
|
5495
|
+
{
|
|
5496
|
+
"kind": "TypeNominal",
|
|
5497
|
+
"name": "CMTime",
|
|
5498
|
+
"printedName": "CoreMedia.CMTime",
|
|
5499
|
+
"usr": "c:@SA@CMTime"
|
|
5500
|
+
}
|
|
5501
|
+
],
|
|
5502
|
+
"declKind": "Func",
|
|
5503
|
+
"usr": "s:17desktop_sdk_macos19ZoomMeetingRecorderC22handleMixedVideoBuffer06sampleJ08presTimeySo11CVBufferRefa_So6CMTimeatF",
|
|
5504
|
+
"mangledName": "$s17desktop_sdk_macos19ZoomMeetingRecorderC22handleMixedVideoBuffer06sampleJ08presTimeySo11CVBufferRefa_So6CMTimeatF",
|
|
5505
|
+
"moduleName": "desktop_sdk_macos",
|
|
5506
|
+
"declAttributes": [
|
|
5507
|
+
"AccessControl"
|
|
5508
|
+
],
|
|
5509
|
+
"funcSelfKind": "NonMutating"
|
|
5510
|
+
},
|
|
5209
5511
|
{
|
|
5210
5512
|
"kind": "Function",
|
|
5211
5513
|
"name": "handleVideoBuffer",
|
|
@@ -5457,6 +5759,126 @@
|
|
|
5457
5759
|
"declKind": "Import",
|
|
5458
5760
|
"moduleName": "desktop_sdk_macos"
|
|
5459
5761
|
},
|
|
5762
|
+
{
|
|
5763
|
+
"kind": "TypeDecl",
|
|
5764
|
+
"name": "MixedVideoRect",
|
|
5765
|
+
"printedName": "MixedVideoRect",
|
|
5766
|
+
"children": [
|
|
5767
|
+
{
|
|
5768
|
+
"kind": "Constructor",
|
|
5769
|
+
"name": "init",
|
|
5770
|
+
"printedName": "init(from:)",
|
|
5771
|
+
"children": [
|
|
5772
|
+
{
|
|
5773
|
+
"kind": "TypeNominal",
|
|
5774
|
+
"name": "MixedVideoRect",
|
|
5775
|
+
"printedName": "desktop_sdk_macos.MixedVideoRect",
|
|
5776
|
+
"usr": "s:17desktop_sdk_macos14MixedVideoRectV"
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
"kind": "TypeNominal",
|
|
5780
|
+
"name": "Decoder",
|
|
5781
|
+
"printedName": "Swift.Decoder",
|
|
5782
|
+
"usr": "s:s7DecoderP"
|
|
5783
|
+
}
|
|
5784
|
+
],
|
|
5785
|
+
"declKind": "Constructor",
|
|
5786
|
+
"usr": "s:17desktop_sdk_macos14MixedVideoRectV4fromACs7Decoder_p_tKcfc",
|
|
5787
|
+
"mangledName": "$s17desktop_sdk_macos14MixedVideoRectV4fromACs7Decoder_p_tKcfc",
|
|
5788
|
+
"moduleName": "desktop_sdk_macos",
|
|
5789
|
+
"implicit": true,
|
|
5790
|
+
"throwing": true,
|
|
5791
|
+
"init_kind": "Designated"
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"kind": "Function",
|
|
5795
|
+
"name": "encode",
|
|
5796
|
+
"printedName": "encode(to:)",
|
|
5797
|
+
"children": [
|
|
5798
|
+
{
|
|
5799
|
+
"kind": "TypeNominal",
|
|
5800
|
+
"name": "Void",
|
|
5801
|
+
"printedName": "()"
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
"kind": "TypeNominal",
|
|
5805
|
+
"name": "Encoder",
|
|
5806
|
+
"printedName": "Swift.Encoder",
|
|
5807
|
+
"usr": "s:s7EncoderP"
|
|
5808
|
+
}
|
|
5809
|
+
],
|
|
5810
|
+
"declKind": "Func",
|
|
5811
|
+
"usr": "s:17desktop_sdk_macos14MixedVideoRectV6encode2toys7Encoder_p_tKF",
|
|
5812
|
+
"mangledName": "$s17desktop_sdk_macos14MixedVideoRectV6encode2toys7Encoder_p_tKF",
|
|
5813
|
+
"moduleName": "desktop_sdk_macos",
|
|
5814
|
+
"implicit": true,
|
|
5815
|
+
"throwing": true,
|
|
5816
|
+
"funcSelfKind": "NonMutating"
|
|
5817
|
+
},
|
|
5818
|
+
{
|
|
5819
|
+
"kind": "Function",
|
|
5820
|
+
"name": "==",
|
|
5821
|
+
"printedName": "==(_:_:)",
|
|
5822
|
+
"children": [
|
|
5823
|
+
{
|
|
5824
|
+
"kind": "TypeNominal",
|
|
5825
|
+
"name": "Bool",
|
|
5826
|
+
"printedName": "Swift.Bool",
|
|
5827
|
+
"usr": "s:Sb"
|
|
5828
|
+
},
|
|
5829
|
+
{
|
|
5830
|
+
"kind": "TypeNominal",
|
|
5831
|
+
"name": "MixedVideoRect",
|
|
5832
|
+
"printedName": "desktop_sdk_macos.MixedVideoRect",
|
|
5833
|
+
"usr": "s:17desktop_sdk_macos14MixedVideoRectV"
|
|
5834
|
+
},
|
|
5835
|
+
{
|
|
5836
|
+
"kind": "TypeNominal",
|
|
5837
|
+
"name": "MixedVideoRect",
|
|
5838
|
+
"printedName": "desktop_sdk_macos.MixedVideoRect",
|
|
5839
|
+
"usr": "s:17desktop_sdk_macos14MixedVideoRectV"
|
|
5840
|
+
}
|
|
5841
|
+
],
|
|
5842
|
+
"declKind": "Func",
|
|
5843
|
+
"usr": "s:17desktop_sdk_macos14MixedVideoRectV2eeoiySbAC_ACtFZ",
|
|
5844
|
+
"mangledName": "$s17desktop_sdk_macos14MixedVideoRectV2eeoiySbAC_ACtFZ",
|
|
5845
|
+
"moduleName": "desktop_sdk_macos",
|
|
5846
|
+
"static": true,
|
|
5847
|
+
"implicit": true,
|
|
5848
|
+
"funcSelfKind": "NonMutating"
|
|
5849
|
+
}
|
|
5850
|
+
],
|
|
5851
|
+
"declKind": "Struct",
|
|
5852
|
+
"usr": "s:17desktop_sdk_macos14MixedVideoRectV",
|
|
5853
|
+
"mangledName": "$s17desktop_sdk_macos14MixedVideoRectV",
|
|
5854
|
+
"moduleName": "desktop_sdk_macos",
|
|
5855
|
+
"declAttributes": [
|
|
5856
|
+
"AccessControl"
|
|
5857
|
+
],
|
|
5858
|
+
"conformances": [
|
|
5859
|
+
{
|
|
5860
|
+
"kind": "Conformance",
|
|
5861
|
+
"name": "Decodable",
|
|
5862
|
+
"printedName": "Decodable",
|
|
5863
|
+
"usr": "s:Se",
|
|
5864
|
+
"mangledName": "$sSe"
|
|
5865
|
+
},
|
|
5866
|
+
{
|
|
5867
|
+
"kind": "Conformance",
|
|
5868
|
+
"name": "Encodable",
|
|
5869
|
+
"printedName": "Encodable",
|
|
5870
|
+
"usr": "s:SE",
|
|
5871
|
+
"mangledName": "$sSE"
|
|
5872
|
+
},
|
|
5873
|
+
{
|
|
5874
|
+
"kind": "Conformance",
|
|
5875
|
+
"name": "Equatable",
|
|
5876
|
+
"printedName": "Equatable",
|
|
5877
|
+
"usr": "s:SQ",
|
|
5878
|
+
"mangledName": "$sSQ"
|
|
5879
|
+
}
|
|
5880
|
+
]
|
|
5881
|
+
},
|
|
5460
5882
|
{
|
|
5461
5883
|
"kind": "TypeDecl",
|
|
5462
5884
|
"name": "MeetingRecorder",
|
|
@@ -5830,6 +6252,72 @@
|
|
|
5830
6252
|
],
|
|
5831
6253
|
"funcSelfKind": "NonMutating"
|
|
5832
6254
|
},
|
|
6255
|
+
{
|
|
6256
|
+
"kind": "Function",
|
|
6257
|
+
"name": "setMixedVideoRects",
|
|
6258
|
+
"printedName": "setMixedVideoRects(rects:)",
|
|
6259
|
+
"children": [
|
|
6260
|
+
{
|
|
6261
|
+
"kind": "TypeNominal",
|
|
6262
|
+
"name": "Void",
|
|
6263
|
+
"printedName": "()"
|
|
6264
|
+
},
|
|
6265
|
+
{
|
|
6266
|
+
"kind": "TypeNominal",
|
|
6267
|
+
"name": "Array",
|
|
6268
|
+
"printedName": "[desktop_sdk_macos.MixedVideoRect]",
|
|
6269
|
+
"children": [
|
|
6270
|
+
{
|
|
6271
|
+
"kind": "TypeNominal",
|
|
6272
|
+
"name": "MixedVideoRect",
|
|
6273
|
+
"printedName": "desktop_sdk_macos.MixedVideoRect",
|
|
6274
|
+
"usr": "s:17desktop_sdk_macos14MixedVideoRectV"
|
|
6275
|
+
}
|
|
6276
|
+
],
|
|
6277
|
+
"usr": "s:Sa"
|
|
6278
|
+
}
|
|
6279
|
+
],
|
|
6280
|
+
"declKind": "Func",
|
|
6281
|
+
"usr": "s:17desktop_sdk_macos15MeetingRecorderC18setMixedVideoRects5rectsySayAA0gH4RectVG_tF",
|
|
6282
|
+
"mangledName": "$s17desktop_sdk_macos15MeetingRecorderC18setMixedVideoRects5rectsySayAA0gH4RectVG_tF",
|
|
6283
|
+
"moduleName": "desktop_sdk_macos",
|
|
6284
|
+
"declAttributes": [
|
|
6285
|
+
"AccessControl"
|
|
6286
|
+
],
|
|
6287
|
+
"funcSelfKind": "NonMutating"
|
|
6288
|
+
},
|
|
6289
|
+
{
|
|
6290
|
+
"kind": "Function",
|
|
6291
|
+
"name": "handleMixedVideoBuffer",
|
|
6292
|
+
"printedName": "handleMixedVideoBuffer(buffer:presTime:)",
|
|
6293
|
+
"children": [
|
|
6294
|
+
{
|
|
6295
|
+
"kind": "TypeNominal",
|
|
6296
|
+
"name": "Void",
|
|
6297
|
+
"printedName": "()"
|
|
6298
|
+
},
|
|
6299
|
+
{
|
|
6300
|
+
"kind": "TypeNominal",
|
|
6301
|
+
"name": "CVBuffer",
|
|
6302
|
+
"printedName": "CoreVideo.CVBuffer",
|
|
6303
|
+
"usr": "c:@T@CVBufferRef"
|
|
6304
|
+
},
|
|
6305
|
+
{
|
|
6306
|
+
"kind": "TypeNominal",
|
|
6307
|
+
"name": "CMTime",
|
|
6308
|
+
"printedName": "CoreMedia.CMTime",
|
|
6309
|
+
"usr": "c:@SA@CMTime"
|
|
6310
|
+
}
|
|
6311
|
+
],
|
|
6312
|
+
"declKind": "Func",
|
|
6313
|
+
"usr": "s:17desktop_sdk_macos15MeetingRecorderC22handleMixedVideoBuffer6buffer8presTimeySo11CVBufferRefa_So6CMTimeatF",
|
|
6314
|
+
"mangledName": "$s17desktop_sdk_macos15MeetingRecorderC22handleMixedVideoBuffer6buffer8presTimeySo11CVBufferRefa_So6CMTimeatF",
|
|
6315
|
+
"moduleName": "desktop_sdk_macos",
|
|
6316
|
+
"declAttributes": [
|
|
6317
|
+
"AccessControl"
|
|
6318
|
+
],
|
|
6319
|
+
"funcSelfKind": "NonMutating"
|
|
6320
|
+
},
|
|
5833
6321
|
{
|
|
5834
6322
|
"kind": "Function",
|
|
5835
6323
|
"name": "handleVideoBuffer",
|
|
@@ -6719,6 +7207,42 @@
|
|
|
6719
7207
|
"isFromExtension": true,
|
|
6720
7208
|
"funcSelfKind": "NonMutating"
|
|
6721
7209
|
},
|
|
7210
|
+
{
|
|
7211
|
+
"kind": "Function",
|
|
7212
|
+
"name": "getProportionalFrameRelativeTo",
|
|
7213
|
+
"printedName": "getProportionalFrameRelativeTo(root:)",
|
|
7214
|
+
"children": [
|
|
7215
|
+
{
|
|
7216
|
+
"kind": "TypeNominal",
|
|
7217
|
+
"name": "Optional",
|
|
7218
|
+
"printedName": "CoreFoundation.CGRect?",
|
|
7219
|
+
"children": [
|
|
7220
|
+
{
|
|
7221
|
+
"kind": "TypeNominal",
|
|
7222
|
+
"name": "CGRect",
|
|
7223
|
+
"printedName": "CoreFoundation.CGRect",
|
|
7224
|
+
"usr": "c:@S@CGRect"
|
|
7225
|
+
}
|
|
7226
|
+
],
|
|
7227
|
+
"usr": "s:Sq"
|
|
7228
|
+
},
|
|
7229
|
+
{
|
|
7230
|
+
"kind": "TypeNominal",
|
|
7231
|
+
"name": "AXUIElement",
|
|
7232
|
+
"printedName": "ApplicationServices.AXUIElement",
|
|
7233
|
+
"usr": "c:@T@AXUIElementRef"
|
|
7234
|
+
}
|
|
7235
|
+
],
|
|
7236
|
+
"declKind": "Func",
|
|
7237
|
+
"usr": "s:So14AXUIElementRefa17desktop_sdk_macosE30getProportionalFrameRelativeTo4rootSo6CGRectVSgAB_tF",
|
|
7238
|
+
"mangledName": "$sSo14AXUIElementRefa17desktop_sdk_macosE30getProportionalFrameRelativeTo4rootSo6CGRectVSgAB_tF",
|
|
7239
|
+
"moduleName": "desktop_sdk_macos",
|
|
7240
|
+
"declAttributes": [
|
|
7241
|
+
"AccessControl"
|
|
7242
|
+
],
|
|
7243
|
+
"isFromExtension": true,
|
|
7244
|
+
"funcSelfKind": "NonMutating"
|
|
7245
|
+
},
|
|
6722
7246
|
{
|
|
6723
7247
|
"kind": "Function",
|
|
6724
7248
|
"name": "getCGWindowId",
|
|
@@ -7112,6 +7636,13 @@
|
|
|
7112
7636
|
"length": 4,
|
|
7113
7637
|
"value": "true"
|
|
7114
7638
|
},
|
|
7639
|
+
{
|
|
7640
|
+
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/RecallAiDesktopSdk.swift",
|
|
7641
|
+
"kind": "Array",
|
|
7642
|
+
"offset": 642,
|
|
7643
|
+
"length": 2,
|
|
7644
|
+
"value": "[]"
|
|
7645
|
+
},
|
|
7115
7646
|
{
|
|
7116
7647
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/webrtc\/WebRtcClient.swift",
|
|
7117
7648
|
"kind": "Array",
|
|
@@ -7154,59 +7685,45 @@
|
|
|
7154
7685
|
"length": 20,
|
|
7155
7686
|
"value": "\"WebRtcClient.queue\""
|
|
7156
7687
|
},
|
|
7157
|
-
{
|
|
7158
|
-
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/webrtc\/WebRtcClient.swift",
|
|
7159
|
-
"kind": "IntegerLiteral",
|
|
7160
|
-
"offset": 2196,
|
|
7161
|
-
"length": 9,
|
|
7162
|
-
"value": "8000000"
|
|
7163
|
-
},
|
|
7164
|
-
{
|
|
7165
|
-
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/webrtc\/WebRtcClient.swift",
|
|
7166
|
-
"kind": "IntegerLiteral",
|
|
7167
|
-
"offset": 2240,
|
|
7168
|
-
"length": 10,
|
|
7169
|
-
"value": "16000000"
|
|
7170
|
-
},
|
|
7171
7688
|
{
|
|
7172
7689
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/webrtc\/WebRtcClient.swift",
|
|
7173
7690
|
"kind": "FloatLiteral",
|
|
7174
|
-
"offset":
|
|
7691
|
+
"offset": 6238,
|
|
7175
7692
|
"length": 3,
|
|
7176
7693
|
"value": "0.0"
|
|
7177
7694
|
},
|
|
7178
7695
|
{
|
|
7179
7696
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingAppMediaCapturer.swift",
|
|
7180
7697
|
"kind": "StringLiteral",
|
|
7181
|
-
"offset":
|
|
7698
|
+
"offset": 546,
|
|
7182
7699
|
"length": 13,
|
|
7183
7700
|
"value": "\"RecallAiSdk\""
|
|
7184
7701
|
},
|
|
7185
7702
|
{
|
|
7186
7703
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingAppMediaCapturer.swift",
|
|
7187
7704
|
"kind": "Dictionary",
|
|
7188
|
-
"offset":
|
|
7705
|
+
"offset": 743,
|
|
7189
7706
|
"length": 3,
|
|
7190
7707
|
"value": "[]"
|
|
7191
7708
|
},
|
|
7192
7709
|
{
|
|
7193
7710
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingAppMediaCapturer.swift",
|
|
7194
7711
|
"kind": "StringLiteral",
|
|
7195
|
-
"offset":
|
|
7712
|
+
"offset": 812,
|
|
7196
7713
|
"length": 48,
|
|
7197
7714
|
"value": "\"MeetingAppMediaCapturer.videoSampleBufferQueue\""
|
|
7198
7715
|
},
|
|
7199
7716
|
{
|
|
7200
7717
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingAppMediaCapturer.swift",
|
|
7201
7718
|
"kind": "StringLiteral",
|
|
7202
|
-
"offset":
|
|
7719
|
+
"offset": 927,
|
|
7203
7720
|
"length": 48,
|
|
7204
7721
|
"value": "\"MeetingAppMediaCapturer.audioSampleBufferQueue\""
|
|
7205
7722
|
},
|
|
7206
7723
|
{
|
|
7207
7724
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingAppMediaCapturer.swift",
|
|
7208
7725
|
"kind": "StringLiteral",
|
|
7209
|
-
"offset":
|
|
7726
|
+
"offset": 431,
|
|
7210
7727
|
"length": 23,
|
|
7211
7728
|
"value": "\"desktop_sdk_macos.MeetingAppMediaCapturer\""
|
|
7212
7729
|
},
|
|
@@ -7227,21 +7744,21 @@
|
|
|
7227
7744
|
{
|
|
7228
7745
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/ui-scraping\/UiScrapingService.swift",
|
|
7229
7746
|
"kind": "IntegerLiteral",
|
|
7230
|
-
"offset":
|
|
7747
|
+
"offset": 603,
|
|
7231
7748
|
"length": 2,
|
|
7232
7749
|
"value": "10"
|
|
7233
7750
|
},
|
|
7234
7751
|
{
|
|
7235
7752
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/ui-scraping\/UiScrapingService.swift",
|
|
7236
7753
|
"kind": "IntegerLiteral",
|
|
7237
|
-
"offset":
|
|
7754
|
+
"offset": 632,
|
|
7238
7755
|
"length": 2,
|
|
7239
7756
|
"value": "10"
|
|
7240
7757
|
},
|
|
7241
7758
|
{
|
|
7242
7759
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/ui-scraping\/UiScrapingService.swift",
|
|
7243
7760
|
"kind": "StringLiteral",
|
|
7244
|
-
"offset":
|
|
7761
|
+
"offset": 716,
|
|
7245
7762
|
"length": 13,
|
|
7246
7763
|
"value": "\"RecallAiSdk\""
|
|
7247
7764
|
},
|
|
@@ -7322,6 +7839,13 @@
|
|
|
7322
7839
|
"length": 13,
|
|
7323
7840
|
"value": "\"RecallAiSdk\""
|
|
7324
7841
|
},
|
|
7842
|
+
{
|
|
7843
|
+
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/zoom\/ZoomRecorder.swift",
|
|
7844
|
+
"kind": "BooleanLiteral",
|
|
7845
|
+
"offset": 327,
|
|
7846
|
+
"length": 5,
|
|
7847
|
+
"value": "false"
|
|
7848
|
+
},
|
|
7325
7849
|
{
|
|
7326
7850
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/zoom\/ZoomMeetingRecorder.swift",
|
|
7327
7851
|
"kind": "StringLiteral",
|
|
@@ -7332,84 +7856,112 @@
|
|
|
7332
7856
|
{
|
|
7333
7857
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/zoom\/ZoomMeetingRecorder.swift",
|
|
7334
7858
|
"kind": "Array",
|
|
7335
|
-
"offset":
|
|
7859
|
+
"offset": 638,
|
|
7336
7860
|
"length": 2,
|
|
7337
7861
|
"value": "[]"
|
|
7338
7862
|
},
|
|
7339
7863
|
{
|
|
7340
7864
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/zoom\/ZoomMeetingRecorder.swift",
|
|
7341
7865
|
"kind": "BooleanLiteral",
|
|
7342
|
-
"offset":
|
|
7866
|
+
"offset": 849,
|
|
7343
7867
|
"length": 5,
|
|
7344
7868
|
"value": "false"
|
|
7345
7869
|
},
|
|
7346
7870
|
{
|
|
7347
7871
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/zoom\/ZoomMeetingRecorder.swift",
|
|
7348
7872
|
"kind": "BooleanLiteral",
|
|
7349
|
-
"offset":
|
|
7873
|
+
"offset": 890,
|
|
7874
|
+
"length": 5,
|
|
7875
|
+
"value": "false"
|
|
7876
|
+
},
|
|
7877
|
+
{
|
|
7878
|
+
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/zoom\/ZoomMeetingRecorder.swift",
|
|
7879
|
+
"kind": "BooleanLiteral",
|
|
7880
|
+
"offset": 934,
|
|
7350
7881
|
"length": 5,
|
|
7351
7882
|
"value": "false"
|
|
7352
7883
|
},
|
|
7353
7884
|
{
|
|
7354
7885
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/zoom\/ZoomMeetingRecorder.swift",
|
|
7355
7886
|
"kind": "StringLiteral",
|
|
7356
|
-
"offset":
|
|
7887
|
+
"offset": 990,
|
|
7357
7888
|
"length": 23,
|
|
7358
7889
|
"value": "\"zoom-meeting-recorder\""
|
|
7359
7890
|
},
|
|
7360
7891
|
{
|
|
7361
7892
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7362
7893
|
"kind": "StringLiteral",
|
|
7363
|
-
"offset":
|
|
7894
|
+
"offset": 460,
|
|
7364
7895
|
"length": 13,
|
|
7365
7896
|
"value": "\"RecallAiSdk\""
|
|
7366
7897
|
},
|
|
7898
|
+
{
|
|
7899
|
+
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7900
|
+
"kind": "IntegerLiteral",
|
|
7901
|
+
"offset": 644,
|
|
7902
|
+
"length": 1,
|
|
7903
|
+
"value": "1"
|
|
7904
|
+
},
|
|
7905
|
+
{
|
|
7906
|
+
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7907
|
+
"kind": "IntegerLiteral",
|
|
7908
|
+
"offset": 750,
|
|
7909
|
+
"length": 1,
|
|
7910
|
+
"value": "1"
|
|
7911
|
+
},
|
|
7367
7912
|
{
|
|
7368
7913
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7369
7914
|
"kind": "Dictionary",
|
|
7370
|
-
"offset":
|
|
7915
|
+
"offset": 1022,
|
|
7371
7916
|
"length": 3,
|
|
7372
7917
|
"value": "[]"
|
|
7373
7918
|
},
|
|
7374
7919
|
{
|
|
7375
7920
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7376
7921
|
"kind": "Dictionary",
|
|
7377
|
-
"offset":
|
|
7922
|
+
"offset": 1058,
|
|
7378
7923
|
"length": 3,
|
|
7379
7924
|
"value": "[]"
|
|
7380
7925
|
},
|
|
7381
7926
|
{
|
|
7382
7927
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7383
7928
|
"kind": "StringLiteral",
|
|
7384
|
-
"offset":
|
|
7929
|
+
"offset": 1112,
|
|
7385
7930
|
"length": 23,
|
|
7386
7931
|
"value": "\"MeetingRecorder.queue\""
|
|
7387
7932
|
},
|
|
7388
7933
|
{
|
|
7389
7934
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7390
7935
|
"kind": "BooleanLiteral",
|
|
7391
|
-
"offset":
|
|
7936
|
+
"offset": 1266,
|
|
7392
7937
|
"length": 5,
|
|
7393
7938
|
"value": "false"
|
|
7394
7939
|
},
|
|
7395
7940
|
{
|
|
7396
7941
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7397
7942
|
"kind": "BooleanLiteral",
|
|
7398
|
-
"offset":
|
|
7943
|
+
"offset": 1291,
|
|
7399
7944
|
"length": 5,
|
|
7400
7945
|
"value": "false"
|
|
7401
7946
|
},
|
|
7402
7947
|
{
|
|
7403
7948
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7404
7949
|
"kind": "BooleanLiteral",
|
|
7405
|
-
"offset":
|
|
7950
|
+
"offset": 1317,
|
|
7406
7951
|
"length": 4,
|
|
7407
7952
|
"value": "true"
|
|
7408
7953
|
},
|
|
7409
7954
|
{
|
|
7410
7955
|
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7411
7956
|
"kind": "Array",
|
|
7412
|
-
"offset":
|
|
7957
|
+
"offset": 1360,
|
|
7958
|
+
"length": 2,
|
|
7959
|
+
"value": "[]"
|
|
7960
|
+
},
|
|
7961
|
+
{
|
|
7962
|
+
"filePath": "\/Users\/runner\/work\/nebula\/nebula\/desktop-sdk\/macos\/desktop-sdk.macos\/desktop-sdk.macos\/recording\/MeetingRecorder.swift",
|
|
7963
|
+
"kind": "Array",
|
|
7964
|
+
"offset": 1405,
|
|
7413
7965
|
"length": 2,
|
|
7414
7966
|
"value": "[]"
|
|
7415
7967
|
}
|