chris124567 / zoomer

Chat bots (& more) for Zoom by figuring out their websocket protocol
MIT License
57 stars 6 forks source link

Feature Request: Ability to join meetings with no password set #2

Open flufftronix opened 3 years ago

flufftronix commented 3 years ago

Hi there, I came across this pretty recently and it seems like one of the only options for logging a bot into Zoom sessions, so, thanks for that.

However - it looks like this was coded without the ability to join Zoom sessions where there's no password set, and I can't quite figure out how to integrate the "meetingNeedsPassword" variable to circumvent this. So if you/anyone here has any ideas on this, I'd definitely appreciate it. Thanks!

chris124567 commented 3 years ago

Hi,

I'd like to look into this but I only have a free Zoom account which have passcodes forcibly enabled so I cannot really debug this.

However, here are some hints to what you might be looking for:

The first step would be to remove the meetingPassword check in https://github.com/chris124567/zoomer/blob/master/pkg/zoom/session.go#L32

Then try commenting out this line and seeing if it works.

If none of this works, I'd try to join the meeting from the Zoom SDK demo app with the Chrome network tab open (press F12, then refresh the page). Go to the XHR tab and see how the requests (specifically, their parameters) sent differ from those we set in https://github.com/chris124567/zoomer/blob/master/pkg/zoom/info.go. I'd look especially for parameters that have "pass" in their name. Then I'd update the code to set those parameters.

Hope this helps - let me know if you have any problems.

flufftronix commented 3 years ago

Well, the good news is after taking away the null password error Zoom responds to the first API request in a way that looks very similar to the one the SDK produces. Bad news though, is the script seems to be getting lost trying to parse the results. I get a unexpected end of JSON error after the first URL is requested, regardless if a meeting has a password or not. If I comment out line 33 in main.go I get:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x58 pc=0x677b59]

goroutine 1 [running]:
github.com/chris124567/zoomer/pkg/zoom.getRwgPingServer(0x0, 0xc000130430)
        /home/michael/dev/zoomer/pkg/zoom/info.go:98 +0x59
github.com/chris124567/zoomer/pkg/zoom.(*ZoomSession).GetWebsocketUrl(0xc000160280, 0x0, 0x0, 0x0, 0x7628a0, 0xc00000e078, 0x71090c)
        /home/michael/dev/zoomer/pkg/zoom/websocket.go:21 +0x45
main.main()
        /home/michael/dev/zoomer/cmd/zoomer/main.go:37 +0x2bd

Seems like it might be something to do with unmarshaling? The message back from Zoom is certainly a lottttt longer, on account of the toll_numbers_json field; wondering if that might need to be mapped as well? I gave it a try and it didn't seem to help, but I very well may have done that incorrectly.

Here's what Zoom returns for that first request (on a premium scheduled Zoom meeting, with the password env variable entered in), minus all of the account info/hashes/etc:

axiosJsonpCallback1({
    "status": true,
    "errorCode": 0,
    "result": {
        "passWord": "-----",
        "auth": "-----",
        "isWebinar": "0",
        "track_auth": "-----",
        "sign": "-----",
        "encryptedRWC": "{\"rwcva1.cloud.zoom.us\":\"-----\",\"rwcff1.cloud.zoom.us\":\"-----\"}",
        "mid": "-----",
        "meetingTopic": "Test",
        "tid": "v=2.0;clid=us02;rid=WEB_-----",
        "ccUrl": "",
        "recordingDisclaimer": "{\"isEnableRecordingReminder\":true}",
        "toll_numbers_json": "[{\"number\":\"+54 1120400447\",\"country\":\"AR\",\"free\":false,\"displayNumber\":\"+54 112 040 0447\",\"countryId\":\"AR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Argentina\",\"cityName\":null},{\"number\":\"+54 1159836950\",\"country\":\"AR\",\"free\":false,\"displayNumber\":\"+54 115 983 6950\",\"countryId\":\"AR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Argentina\",\"cityName\":null},{\"number\":\"+54 3415122188\",\"country\":\"AR\",\"free\":false,\"displayNumber\":\"+54 341 512 2188\",\"countryId\":\"AR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Argentina\",\"cityName\":null},{\"number\":\"+54 3434145986\",\"country\":\"AR\",\"free\":false,\"displayNumber\":\"+54 343 414 5986\",\"countryId\":\"AR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Argentina\",\"cityName\":null},{\"number\":\"+61 280156011\",\"country\":\"AU\",\"free\":false,\"displayNumber\":\"+61 2 8015 6011\",\"countryId\":\"AU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Australia\",\"cityName\":null},{\"number\":\"+61 370182005\",\"country\":\"AU\",\"free\":false,\"displayNumber\":\"+61 3 7018 2005\",\"countryId\":\"AU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Australia\",\"cityName\":null},{\"number\":\"+61 731853730\",\"country\":\"AU\",\"free\":false,\"displayNumber\":\"+61 7 3185 3730\",\"countryId\":\"AU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Australia\",\"cityName\":null},{\"number\":\"+61 861193900\",\"country\":\"AU\",\"free\":false,\"displayNumber\":\"+61 8 6119 3900\",\"countryId\":\"AU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Australia\",\"cityName\":null},{\"number\":\"+61 871501149\",\"country\":\"AU\",\"free\":false,\"displayNumber\":\"+61 8 7150 1149\",\"countryId\":\"AU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Australia\",\"cityName\":null},{\"number\":\"+43 1206093072\",\"country\":\"AT\",\"free\":false,\"displayNumber\":\"+43 120 609 3072\",\"countryId\":\"AT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Austria\",\"cityName\":null},{\"number\":\"+43 12535501\",\"country\":\"AT\",\"free\":false,\"displayNumber\":\"+43 12 535 501\",\"countryId\":\"AT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Austria\",\"cityName\":null},{\"number\":\"+43 12535502\",\"country\":\"AT\",\"free\":false,\"displayNumber\":\"+43 12 535 502\",\"countryId\":\"AT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Austria\",\"cityName\":null},{\"number\":\"+43 6703090165\",\"country\":\"AT\",\"free\":false,\"displayNumber\":\"+43 670 309 0165\",\"countryId\":\"AT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Austria\",\"cityName\":null},{\"number\":\"+43 720115988\",\"country\":\"AT\",\"free\":false,\"displayNumber\":\"+43 72 011 5988\",\"countryId\":\"AT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Austria\",\"cityName\":null},{\"number\":\"+973 16197601\",\"country\":\"BH\",\"free\":false,\"displayNumber\":\"+973 1619 7601\",\"countryId\":\"BH\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Bahrain\",\"cityName\":null},{\"number\":\"+973 16198488\",\"country\":\"BH\",\"free\":false,\"displayNumber\":\"+973 1619 8488\",\"countryId\":\"BH\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Bahrain\",\"cityName\":null},{\"number\":\"+32 15795132\",\"country\":\"BE\",\"free\":false,\"displayNumber\":\"+32 1579 5132\",\"countryId\":\"BE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Belgium\",\"cityName\":null},{\"number\":\"+32 22909360\",\"country\":\"BE\",\"free\":false,\"displayNumber\":\"+32 2 290 9360\",\"countryId\":\"BE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Belgium\",\"cityName\":null},{\"number\":\"+32 25855574\",\"country\":\"BE\",\"free\":false,\"displayNumber\":\"+32 2 585 5574\",\"countryId\":\"BE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Belgium\",\"cityName\":null},{\"number\":\"+32 25884188\",\"country\":\"BE\",\"free\":false,\"displayNumber\":\"+32 2 588 4188\",\"countryId\":\"BE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Belgium\",\"cityName\":null},{\"number\":\"+32 27880172\",\"country\":\"BE\",\"free\":false,\"displayNumber\":\"+32 2 788 0172\",\"countryId\":\"BE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Belgium\",\"cityName\":null},{\"number\":\"+32 27880173\",\"country\":\"BE\",\"free\":false,\"displayNumber\":\"+32 2 788 0173\",\"countryId\":\"BE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Belgium\",\"cityName\":null},{\"number\":\"+55 1146322236\",\"country\":\"BR\",\"free\":false,\"displayNumber\":\"+55 11 4632 2236\",\"countryId\":\"BR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Brazil\",\"cityName\":null},{\"number\":\"+55 1146322237\",\"country\":\"BR\",\"free\":false,\"displayNumber\":\"+55 11 4632 2237\",\"countryId\":\"BR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Brazil\",\"cityName\":null},{\"number\":\"+55 1146806788\",\"country\":\"BR\",\"free\":false,\"displayNumber\":\"+55 11 4680 6788\",\"countryId\":\"BR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Brazil\",\"cityName\":null},{\"number\":\"+55 1147009668\",\"country\":\"BR\",\"free\":false,\"displayNumber\":\"+55 11 4700 9668\",\"countryId\":\"BR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Brazil\",\"cityName\":null},{\"number\":\"+55 2139587888\",\"country\":\"BR\",\"free\":false,\"displayNumber\":\"+55 21 3958 7888\",\"countryId\":\"BR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Brazil\",\"cityName\":null},{\"number\":\"+359 24925688\",\"country\":\"BG\",\"free\":false,\"displayNumber\":\"+359 2 492 5688\",\"countryId\":\"BG\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Bulgaria\",\"cityName\":null},{\"number\":\"+359 32571633\",\"country\":\"BG\",\"free\":false,\"displayNumber\":\"+359 3 257 1633\",\"countryId\":\"BG\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Bulgaria\",\"cityName\":null},{\"number\":\"+1 2042727920\",\"country\":\"CA\",\"free\":false,\"displayNumber\":\"+1 204 272 7920\",\"countryId\":\"CA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Canada\",\"cityName\":null},{\"number\":\"+1 4388097799\",\"country\":\"CA\",\"free\":false,\"displayNumber\":\"+1 438 809 7799\",\"countryId\":\"CA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Canada\",\"cityName\":null},{\"number\":\"+1 5873281099\",\"country\":\"CA\",\"free\":false,\"displayNumber\":\"+1 587 328 1099\",\"countryId\":\"CA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Canada\",\"cityName\":null},{\"number\":\"+1 6473744685\",\"country\":\"CA\",\"free\":false,\"displayNumber\":\"+1 647 374 4685\",\"countryId\":\"CA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Canada\",\"cityName\":null},{\"number\":\"+1 6475580588\",\"country\":\"CA\",\"free\":false,\"displayNumber\":\"+1 647 558 0588\",\"countryId\":\"CA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Canada\",\"cityName\":null},{\"number\":\"+1 7789072071\",\"country\":\"CA\",\"free\":false,\"displayNumber\":\"+1 778 907 2071\",\"countryId\":\"CA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Canada\",\"cityName\":null},{\"number\":\"+56 225739304\",\"country\":\"CL\",\"free\":false,\"displayNumber\":\"+56 22 573 9304\",\"countryId\":\"CL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Chile\",\"cityName\":null},{\"number\":\"+56 225739305\",\"country\":\"CL\",\"free\":false,\"displayNumber\":\"+56 22 573 9305\",\"countryId\":\"CL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Chile\",\"cityName\":null},{\"number\":\"+56 232109066\",\"country\":\"CL\",\"free\":false,\"displayNumber\":\"+56 23 210 9066\",\"countryId\":\"CL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Chile\",\"cityName\":null},{\"number\":\"+56 232938848\",\"country\":\"CL\",\"free\":false,\"displayNumber\":\"+56 232 938 848\",\"countryId\":\"CL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Chile\",\"cityName\":null},{\"number\":\"+56 412560288\",\"country\":\"CL\",\"free\":false,\"displayNumber\":\"+56 41 256 0288\",\"countryId\":\"CL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Chile\",\"cityName\":null},{\"number\":\"+57 15087702\",\"country\":\"CO\",\"free\":false,\"displayNumber\":\"+57 1 508 7702\",\"countryId\":\"CO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Colombia\",\"cityName\":null},{\"number\":\"+57 15140382\",\"country\":\"CO\",\"free\":false,\"displayNumber\":\"+57 1 514 0382\",\"countryId\":\"CO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Colombia\",\"cityName\":null},{\"number\":\"+57 15189697\",\"country\":\"CO\",\"free\":false,\"displayNumber\":\"+57 1 518 9697\",\"countryId\":\"CO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Colombia\",\"cityName\":null},{\"number\":\"+57 15189698\",\"country\":\"CO\",\"free\":false,\"displayNumber\":\"+57 1 518 9698\",\"countryId\":\"CO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Colombia\",\"cityName\":null},{\"number\":\"+57 26207388\",\"country\":\"CO\",\"free\":false,\"displayNumber\":\"+57 2 620 7388\",\"countryId\":\"CO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Colombia\",\"cityName\":null},{\"number\":\"+506 41007699\",\"country\":\"CR\",\"free\":false,\"displayNumber\":\"+506 4100 7699\",\"countryId\":\"CR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Costa Rica\",\"cityName\":null},{\"number\":\"+385 13000988\",\"country\":\"HR\",\"free\":false,\"displayNumber\":\"+385 1300 0988\",\"countryId\":\"HR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Croatia\",\"cityName\":null},{\"number\":\"+385 17776333\",\"country\":\"HR\",\"free\":false,\"displayNumber\":\"+385 1777 6333\",\"countryId\":\"HR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Croatia\",\"cityName\":null},{\"number\":\"+357 22000888\",\"country\":\"CY\",\"free\":false,\"displayNumber\":\"+357 2 200 0888\",\"countryId\":\"CY\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Cyprus\",\"cityName\":null},{\"number\":\"+357 25054777\",\"country\":\"CY\",\"free\":false,\"displayNumber\":\"+357 2 505 4777\",\"countryId\":\"CY\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Cyprus\",\"cityName\":null},{\"number\":\"+45 32701206\",\"country\":\"DK\",\"free\":false,\"displayNumber\":\"+45 32 70 12 06\",\"countryId\":\"DK\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Denmark\",\"cityName\":null},{\"number\":\"+45 32713157\",\"country\":\"DK\",\"free\":false,\"displayNumber\":\"+45 32 71 31 57\",\"countryId\":\"DK\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Denmark\",\"cityName\":null},{\"number\":\"+45 32728010\",\"country\":\"DK\",\"free\":false,\"displayNumber\":\"+45 32 72 80 10\",\"countryId\":\"DK\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Denmark\",\"cityName\":null},{\"number\":\"+45 32728011\",\"country\":\"DK\",\"free\":false,\"displayNumber\":\"+45 32 72 80 11\",\"countryId\":\"DK\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Denmark\",\"cityName\":null},{\"number\":\"+45 47372575\",\"country\":\"DK\",\"free\":false,\"displayNumber\":\"+45 47 37 25 75\",\"countryId\":\"DK\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Denmark\",\"cityName\":null},{\"number\":\"+45 89883788\",\"country\":\"DK\",\"free\":false,\"displayNumber\":\"+45 89 88 37 88\",\"countryId\":\"DK\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Denmark\",\"cityName\":null},{\"number\":\"+593 962842117\",\"country\":\"EC\",\"free\":false,\"displayNumber\":\"+593 962 842 117\",\"countryId\":\"EC\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Ecuador\",\"cityName\":null},{\"number\":\"+503 21139088\",\"country\":\"SV\",\"free\":false,\"displayNumber\":\"+503 2113 9088\",\"countryId\":\"SV\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"El Salvador\",\"cityName\":null},{\"number\":\"+503 21366444\",\"country\":\"SV\",\"free\":false,\"displayNumber\":\"+503 2136 6444\",\"countryId\":\"SV\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"El Salvador\",\"cityName\":null},{\"number\":\"+372 6601699\",\"country\":\"EE\",\"free\":false,\"displayNumber\":\"+372 660 1699\",\"countryId\":\"EE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Estonia\",\"cityName\":null},{\"number\":\"+372 8801188\",\"country\":\"EE\",\"free\":false,\"displayNumber\":\"+372 880 1188\",\"countryId\":\"EE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Estonia\",\"cityName\":null},{\"number\":\"+358 341092129\",\"country\":\"FI\",\"free\":false,\"displayNumber\":\"+358 3 4109 2129\",\"countryId\":\"FI\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Finland\",\"cityName\":null},{\"number\":\"+358 942451488\",\"country\":\"FI\",\"free\":false,\"displayNumber\":\"+358 9 4245 1488\",\"countryId\":\"FI\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Finland\",\"cityName\":null},{\"number\":\"+358 972522471\",\"country\":\"FI\",\"free\":false,\"displayNumber\":\"+358 9 7252 2471\",\"countryId\":\"FI\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Finland\",\"cityName\":null},{\"number\":\"+33 170372246\",\"country\":\"FR\",\"free\":false,\"displayNumber\":\"+33 1 7037 2246\",\"countryId\":\"FR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"France\",\"cityName\":null},{\"number\":\"+33 170379729\",\"country\":\"FR\",\"free\":false,\"displayNumber\":\"+33 1 7037 9729\",\"countryId\":\"FR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"France\",\"cityName\":null},{\"number\":\"+33 170950103\",\"country\":\"FR\",\"free\":false,\"displayNumber\":\"+33 1 7095 0103\",\"countryId\":\"FR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"France\",\"cityName\":null},{\"number\":\"+33 170950350\",\"country\":\"FR\",\"free\":false,\"displayNumber\":\"+33 1 7095 0350\",\"countryId\":\"FR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"France\",\"cityName\":null},{\"number\":\"+33 186995831\",\"country\":\"FR\",\"free\":false,\"displayNumber\":\"+33 1 8699 5831\",\"countryId\":\"FR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"France\",\"cityName\":null},{\"number\":\"+995 322473988\",\"country\":\"GE\",\"free\":false,\"displayNumber\":\"+995 3224 73988\",\"countryId\":\"GE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Georgia\",\"cityName\":null},{\"number\":\"+995 706777954\",\"country\":\"GE\",\"free\":false,\"displayNumber\":\"+995 7067 77954\",\"countryId\":\"GE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Georgia\",\"cityName\":null},{\"number\":\"+49 3056795800\",\"country\":\"DE\",\"free\":false,\"displayNumber\":\"+49 30 5679 5800\",\"countryId\":\"DE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Germany\",\"cityName\":null},{\"number\":\"+49 6938079883\",\"country\":\"DE\",\"free\":false,\"displayNumber\":\"+49 69 3807 9883\",\"countryId\":\"DE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Germany\",\"cityName\":null},{\"number\":\"+49 6938079884\",\"country\":\"DE\",\"free\":false,\"displayNumber\":\"+49 69 3807 9884\",\"countryId\":\"DE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Germany\",\"cityName\":null},{\"number\":\"+49 6950502596\",\"country\":\"DE\",\"free\":false,\"displayNumber\":\"+49 695 050 2596\",\"countryId\":\"DE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Germany\",\"cityName\":null},{\"number\":\"+49 6971049922\",\"country\":\"DE\",\"free\":false,\"displayNumber\":\"+49 69 7104 9922\",\"countryId\":\"DE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Germany\",\"cityName\":null},{\"number\":\"+30 2111984488\",\"country\":\"GR\",\"free\":false,\"displayNumber\":\"+30 211 198 4488\",\"countryId\":\"GR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Greece\",\"cityName\":null},{\"number\":\"+30 2311180599\",\"country\":\"GR\",\"free\":false,\"displayNumber\":\"+30 231 118 0599\",\"countryId\":\"GR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Greece\",\"cityName\":null},{\"number\":\"+36 14088456\",\"country\":\"HU\",\"free\":false,\"displayNumber\":\"+36 1 408 8456\",\"countryId\":\"HU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Hungary\",\"cityName\":null},{\"number\":\"+36 17010488\",\"country\":\"HU\",\"free\":false,\"displayNumber\":\"+36 1 701 0488\",\"countryId\":\"HU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Hungary\",\"cityName\":null},{\"number\":\"+36 17799126\",\"country\":\"HU\",\"free\":false,\"displayNumber\":\"+36 1 779 9126\",\"countryId\":\"HU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Hungary\",\"cityName\":null},{\"number\":\"+353 12408941\",\"country\":\"IE\",\"free\":false,\"displayNumber\":\"+353 1 240 8941\",\"countryId\":\"IE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Ireland\",\"cityName\":null},{\"number\":\"+353 15369320\",\"country\":\"IE\",\"free\":false,\"displayNumber\":\"+353 1 536 9320\",\"countryId\":\"IE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Ireland\",\"cityName\":null},{\"number\":\"+353 16533895\",\"country\":\"IE\",\"free\":false,\"displayNumber\":\"+353 1 653 3895\",\"countryId\":\"IE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Ireland\",\"cityName\":null},{\"number\":\"+353 16533897\",\"country\":\"IE\",\"free\":false,\"displayNumber\":\"+353 1 653 3897\",\"countryId\":\"IE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Ireland\",\"cityName\":null},{\"number\":\"+353 16533898\",\"country\":\"IE\",\"free\":false,\"displayNumber\":\"+353 1 653 3898\",\"countryId\":\"IE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Ireland\",\"cityName\":null},{\"number\":\"+353 61639031\",\"country\":\"IE\",\"free\":false,\"displayNumber\":\"+353 6 163 9031\",\"countryId\":\"IE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Ireland\",\"cityName\":null},{\"number\":\"+972 39786688\",\"country\":\"IL\",\"free\":false,\"displayNumber\":\"+972 3 978 6688\",\"countryId\":\"IL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Israel\",\"cityName\":null},{\"number\":\"+972 553301762\",\"country\":\"IL\",\"free\":false,\"displayNumber\":\"+972 55 330 1762\",\"countryId\":\"IL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Israel\",\"cityName\":null},{\"number\":\"+39 0200667245\",\"country\":\"IT\",\"free\":false,\"displayNumber\":\"+39 020 066 7245\",\"countryId\":\"IT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Italy\",\"cityName\":null},{\"number\":\"+39 02124128823\",\"country\":\"IT\",\"free\":false,\"displayNumber\":\"+39 021 241 28 823\",\"countryId\":\"IT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Italy\",\"cityName\":null},{\"number\":\"+39 0694806488\",\"country\":\"IT\",\"free\":false,\"displayNumber\":\"+39 069 480 6488\",\"countryId\":\"IT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Italy\",\"cityName\":null},{\"number\":\"+81 345781488\",\"country\":\"JP\",\"free\":false,\"displayNumber\":\"+81 3 4578 1488\",\"countryId\":\"JP\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Japan\",\"cityName\":null},{\"number\":\"+81 363628317\",\"country\":\"JP\",\"free\":false,\"displayNumber\":\"+81 363 628 317\",\"countryId\":\"JP\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Japan\",\"cityName\":null},{\"number\":\"+81 524564439\",\"country\":\"JP\",\"free\":false,\"displayNumber\":\"+81 524 564 439\",\"countryId\":\"JP\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Japan\",\"cityName\":null},{\"number\":\"+82 260222322\",\"country\":\"KR\",\"free\":false,\"displayNumber\":\"+82 2 6022 2322\",\"countryId\":\"KR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Korea, Republic of\",\"cityName\":null},{\"number\":\"+82 261054111\",\"country\":\"KR\",\"free\":false,\"displayNumber\":\"+82 2 6105 4111\",\"countryId\":\"KR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Korea, Republic of\",\"cityName\":null},{\"number\":\"+371 63031808\",\"country\":\"LV\",\"free\":false,\"displayNumber\":\"+371 6303 1808\",\"countryId\":\"LV\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Latvia\",\"cityName\":null},{\"number\":\"+371 63031888\",\"country\":\"LV\",\"free\":false,\"displayNumber\":\"+371 6303 1888\",\"countryId\":\"LV\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Latvia\",\"cityName\":null},{\"number\":\"+370 37999260\",\"country\":\"LT\",\"free\":false,\"displayNumber\":\"+370 3799 9260\",\"countryId\":\"LT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Lithuania\",\"cityName\":null},{\"number\":\"+370 52141488\",\"country\":\"LT\",\"free\":false,\"displayNumber\":\"+370 5214 1488\",\"countryId\":\"LT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Lithuania\",\"cityName\":null},{\"number\":\"+352 27861188\",\"country\":\"LU\",\"free\":false,\"displayNumber\":\"+352 2786 1188\",\"countryId\":\"LU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Luxembourg\",\"cityName\":null},{\"number\":\"+352 27864277\",\"country\":\"LU\",\"free\":false,\"displayNumber\":\"+352 2786 4277\",\"countryId\":\"LU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Luxembourg\",\"cityName\":null},{\"number\":\"+352 3420809265\",\"country\":\"LU\",\"free\":false,\"displayNumber\":\"+352 342 080 9265\",\"countryId\":\"LU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Luxembourg\",\"cityName\":null},{\"number\":\"+60 330992229\",\"country\":\"MY\",\"free\":false,\"displayNumber\":\"+60 3 3099 2229\",\"countryId\":\"MY\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Malaysia\",\"cityName\":null},{\"number\":\"+60 377244079\",\"country\":\"MY\",\"free\":false,\"displayNumber\":\"+60 3 7724 4079\",\"countryId\":\"MY\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Malaysia\",\"cityName\":null},{\"number\":\"+60 377244080\",\"country\":\"MY\",\"free\":false,\"displayNumber\":\"+60 3 7724 4080\",\"countryId\":\"MY\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Malaysia\",\"cityName\":null},{\"number\":\"+60 392121727\",\"country\":\"MY\",\"free\":false,\"displayNumber\":\"+60 3 9212 1727\",\"countryId\":\"MY\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Malaysia\",\"cityName\":null},{\"number\":\"+356 27761777\",\"country\":\"MT\",\"free\":false,\"displayNumber\":\"+356 2776 1777\",\"countryId\":\"MT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Malta\",\"cityName\":null},{\"number\":\"+356 27781288\",\"country\":\"MT\",\"free\":false,\"displayNumber\":\"+356 2778 1288\",\"countryId\":\"MT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Malta\",\"cityName\":null},{\"number\":\"+52 5541614288\",\"country\":\"MX\",\"free\":false,\"displayNumber\":\"+52 554 161 4288\",\"countryId\":\"MX\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Mexico\",\"cityName\":null},{\"number\":\"+52 5541696926\",\"country\":\"MX\",\"free\":false,\"displayNumber\":\"+52 554 169 6926\",\"countryId\":\"MX\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Mexico\",\"cityName\":null},{\"number\":\"+52 5568269800\",\"country\":\"MX\",\"free\":false,\"displayNumber\":\"+52 556 826 9800\",\"countryId\":\"MX\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Mexico\",\"cityName\":null},{\"number\":\"+52 5586596001\",\"country\":\"MX\",\"free\":false,\"displayNumber\":\"+52 558 659 6001\",\"countryId\":\"MX\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Mexico\",\"cityName\":null},{\"number\":\"+52 5586596002\",\"country\":\"MX\",\"free\":false,\"displayNumber\":\"+52 558 659 6002\",\"countryId\":\"MX\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Mexico\",\"cityName\":null},{\"number\":\"+64 36590603\",\"country\":\"NZ\",\"free\":false,\"displayNumber\":\"+64 3 659 0603\",\"countryId\":\"NZ\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"New Zealand\",\"cityName\":null},{\"number\":\"+64 48860026\",\"country\":\"NZ\",\"free\":false,\"displayNumber\":\"+64 4 886 0026\",\"countryId\":\"NZ\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"New Zealand\",\"cityName\":null},{\"number\":\"+64 98846780\",\"country\":\"NZ\",\"free\":false,\"displayNumber\":\"+64 9 884 6780\",\"countryId\":\"NZ\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"New Zealand\",\"cityName\":null},{\"number\":\"+47 23960588\",\"country\":\"NO\",\"free\":false,\"displayNumber\":\"+47 2396 0588\",\"countryId\":\"NO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Norway\",\"cityName\":null},{\"number\":\"+47 24004735\",\"country\":\"NO\",\"free\":false,\"displayNumber\":\"+47 2400 4735\",\"countryId\":\"NO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Norway\",\"cityName\":null},{\"number\":\"+47 73494877\",\"country\":\"NO\",\"free\":false,\"displayNumber\":\"+47 7349 4877\",\"countryId\":\"NO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Norway\",\"cityName\":null},{\"number\":\"+507 3782155\",\"country\":\"PA\",\"free\":false,\"displayNumber\":\"+507 378 2155\",\"countryId\":\"PA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Panama\",\"cityName\":null},{\"number\":\"+507 8339588\",\"country\":\"PA\",\"free\":false,\"displayNumber\":\"+507 833 9588\",\"countryId\":\"PA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Panama\",\"cityName\":null},{\"number\":\"+51 17075788\",\"country\":\"PE\",\"free\":false,\"displayNumber\":\"+51 1 707 5788\",\"countryId\":\"PE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Peru\",\"cityName\":null},{\"number\":\"+51 17088312\",\"country\":\"PE\",\"free\":false,\"displayNumber\":\"+51 1 708 8312\",\"countryId\":\"PE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Peru\",\"cityName\":null},{\"number\":\"+51 17306777\",\"country\":\"PE\",\"free\":false,\"displayNumber\":\"+51 1 730 6777\",\"countryId\":\"PE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Peru\",\"cityName\":null},{\"number\":\"+48 223065342\",\"country\":\"PL\",\"free\":false,\"displayNumber\":\"+48 22 306 5342\",\"countryId\":\"PL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Poland\",\"cityName\":null},{\"number\":\"+48 223073488\",\"country\":\"PL\",\"free\":false,\"displayNumber\":\"+48 22 307 3488\",\"countryId\":\"PL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Poland\",\"cityName\":null},{\"number\":\"+48 223987356\",\"country\":\"PL\",\"free\":false,\"displayNumber\":\"+48 22 398 7356\",\"countryId\":\"PL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Poland\",\"cityName\":null},{\"number\":\"+351 211202618\",\"country\":\"PT\",\"free\":false,\"displayNumber\":\"+351 211 202 618\",\"countryId\":\"PT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Portugal\",\"cityName\":null},{\"number\":\"+351 308804188\",\"country\":\"PT\",\"free\":false,\"displayNumber\":\"+351 308 804 188\",\"countryId\":\"PT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Portugal\",\"cityName\":null},{\"number\":\"+351 308810988\",\"country\":\"PT\",\"free\":false,\"displayNumber\":\"+351 308 810 988\",\"countryId\":\"PT\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Portugal\",\"cityName\":null},{\"number\":\"+1 7879451488\",\"country\":\"PR\",\"free\":false,\"displayNumber\":\"+1 787 945 1488\",\"countryId\":\"PR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Puerto Rico\",\"cityName\":null},{\"number\":\"+1 7879667727\",\"country\":\"PR\",\"free\":false,\"displayNumber\":\"+1 787 966 7727\",\"countryId\":\"PR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Puerto Rico\",\"cityName\":null},{\"number\":\"+1 9399450244\",\"country\":\"PR\",\"free\":false,\"displayNumber\":\"+1 939 945 0244\",\"countryId\":\"PR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Puerto Rico\",\"cityName\":null},{\"number\":\"+40 316301088\",\"country\":\"RO\",\"free\":false,\"displayNumber\":\"+40 31 630 1088\",\"countryId\":\"RO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Romania\",\"cityName\":null},{\"number\":\"+40 371700418\",\"country\":\"RO\",\"free\":false,\"displayNumber\":\"+40 37 170 0418\",\"countryId\":\"RO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Romania\",\"cityName\":null},{\"number\":\"+7 4952839788\",\"country\":\"RU\",\"free\":false,\"displayNumber\":\"+7 495 283 9788\",\"countryId\":\"RU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Russia\",\"cityName\":null},{\"number\":\"+7 4999516379\",\"country\":\"RU\",\"free\":false,\"displayNumber\":\"+7 499 951 6379\",\"countryId\":\"RU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Russia\",\"cityName\":null},{\"number\":\"+7 4999516380\",\"country\":\"RU\",\"free\":false,\"displayNumber\":\"+7 499 951 6380\",\"countryId\":\"RU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Russia\",\"cityName\":null},{\"number\":\"+7 8124268988\",\"country\":\"RU\",\"free\":false,\"displayNumber\":\"+7 812 426 8988\",\"countryId\":\"RU\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Russia\",\"cityName\":null},{\"number\":\"+65 31587288\",\"country\":\"SG\",\"free\":false,\"displayNumber\":\"+65 3158 7288\",\"countryId\":\"SG\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Singapore\",\"cityName\":null},{\"number\":\"+65 31651065\",\"country\":\"SG\",\"free\":false,\"displayNumber\":\"+65 3165 1065\",\"countryId\":\"SG\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Singapore\",\"cityName\":null},{\"number\":\"+421 233056888\",\"country\":\"SK\",\"free\":false,\"displayNumber\":\"+421 233 056 888\",\"countryId\":\"SK\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Slovakia\",\"cityName\":null},{\"number\":\"+421 233418515\",\"country\":\"SK\",\"free\":false,\"displayNumber\":\"+421 233 418 515\",\"countryId\":\"SK\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Slovakia\",\"cityName\":null},{\"number\":\"+386 16003102\",\"country\":\"SI\",\"free\":false,\"displayNumber\":\"+386 1600 3102\",\"countryId\":\"SI\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Slovenia\",\"cityName\":null},{\"number\":\"+386 18888788\",\"country\":\"SI\",\"free\":false,\"displayNumber\":\"+386 1888 8788\",\"countryId\":\"SI\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Slovenia\",\"cityName\":null},{\"number\":\"+27 214268190\",\"country\":\"ZA\",\"free\":false,\"displayNumber\":\"+27 21 426 8190\",\"countryId\":\"ZA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"South Africa\",\"cityName\":null},{\"number\":\"+27 214268191\",\"country\":\"ZA\",\"free\":false,\"displayNumber\":\"+27 21 426 8191\",\"countryId\":\"ZA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"South Africa\",\"cityName\":null},{\"number\":\"+27 875503946\",\"country\":\"ZA\",\"free\":false,\"displayNumber\":\"+27 87 550 3946\",\"countryId\":\"ZA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"South Africa\",\"cityName\":null},{\"number\":\"+27 875517702\",\"country\":\"ZA\",\"free\":false,\"displayNumber\":\"+27 87 551 7702\",\"countryId\":\"ZA\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"South Africa\",\"cityName\":null},{\"number\":\"+34 843685025\",\"country\":\"ES\",\"free\":false,\"displayNumber\":\"+34 84 368 5025\",\"countryId\":\"ES\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Spain\",\"cityName\":null},{\"number\":\"+34 917870058\",\"country\":\"ES\",\"free\":false,\"displayNumber\":\"+34 91 787 0058\",\"countryId\":\"ES\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Spain\",\"cityName\":null},{\"number\":\"+34 917873431\",\"country\":\"ES\",\"free\":false,\"displayNumber\":\"+34 917 873 431\",\"countryId\":\"ES\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Spain\",\"cityName\":null},{\"number\":\"+46 844682488\",\"country\":\"SE\",\"free\":false,\"displayNumber\":\"+46 8 4468 2488\",\"countryId\":\"SE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Sweden\",\"cityName\":null},{\"number\":\"+46 850163827\",\"country\":\"SE\",\"free\":false,\"displayNumber\":\"+46 8 5016 3827\",\"countryId\":\"SE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Sweden\",\"cityName\":null},{\"number\":\"+46 850500828\",\"country\":\"SE\",\"free\":false,\"displayNumber\":\"+46 8 5050 0828\",\"countryId\":\"SE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Sweden\",\"cityName\":null},{\"number\":\"+46 850500829\",\"country\":\"SE\",\"free\":false,\"displayNumber\":\"+46 8 5050 0829\",\"countryId\":\"SE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Sweden\",\"cityName\":null},{\"number\":\"+46 850520017\",\"country\":\"SE\",\"free\":false,\"displayNumber\":\"+46 8 5052 0017\",\"countryId\":\"SE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Sweden\",\"cityName\":null},{\"number\":\"+46 850539728\",\"country\":\"SE\",\"free\":false,\"displayNumber\":\"+46 850 539 728\",\"countryId\":\"SE\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Sweden\",\"cityName\":null},{\"number\":\"+41 225910005\",\"country\":\"CH\",\"free\":false,\"displayNumber\":\"+41 22 591 00 05\",\"countryId\":\"CH\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Switzerland\",\"cityName\":null},{\"number\":\"+41 225910156\",\"country\":\"CH\",\"free\":false,\"displayNumber\":\"+41 22 591 01 56\",\"countryId\":\"CH\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Switzerland\",\"cityName\":null},{\"number\":\"+41 315280988\",\"country\":\"CH\",\"free\":false,\"displayNumber\":\"+41 31 528 09 88\",\"countryId\":\"CH\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Switzerland\",\"cityName\":null},{\"number\":\"+41 432107042\",\"country\":\"CH\",\"free\":false,\"displayNumber\":\"+41 43 210 70 42\",\"countryId\":\"CH\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Switzerland\",\"cityName\":null},{\"number\":\"+41 432107108\",\"country\":\"CH\",\"free\":false,\"displayNumber\":\"+41 43 210 71 08\",\"countryId\":\"CH\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Switzerland\",\"cityName\":null},{\"number\":\"+41 445299272\",\"country\":\"CH\",\"free\":false,\"displayNumber\":\"+41 44 529 92 72\",\"countryId\":\"CH\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Switzerland\",\"cityName\":null},{\"number\":\"+420 228882388\",\"country\":\"CZ\",\"free\":false,\"displayNumber\":\"+420 2 2888 2388\",\"countryId\":\"CZ\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Czech Republic\",\"cityName\":null},{\"number\":\"+420 239018272\",\"country\":\"CZ\",\"free\":false,\"displayNumber\":\"+420 2 3901 8272\",\"countryId\":\"CZ\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Czech Republic\",\"cityName\":null},{\"number\":\"+420 538890161\",\"country\":\"CZ\",\"free\":false,\"displayNumber\":\"+420 5 3889 0161\",\"countryId\":\"CZ\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Czech Republic\",\"cityName\":null},{\"number\":\"+1 8299479220\",\"country\":\"DO\",\"free\":false,\"displayNumber\":\"+1 829 947 9220\",\"countryId\":\"DO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Dominican Republic\",\"cityName\":null},{\"number\":\"+1 8299562188\",\"country\":\"DO\",\"free\":false,\"displayNumber\":\"+1 829 956 2188\",\"countryId\":\"DO\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Dominican Republic\",\"cityName\":null},{\"number\":\"+31 202410288\",\"country\":\"NL\",\"free\":false,\"displayNumber\":\"+31 20 241 0288\",\"countryId\":\"NL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Netherlands\",\"cityName\":null},{\"number\":\"+31 207940854\",\"country\":\"NL\",\"free\":false,\"displayNumber\":\"+31 20 794 0854\",\"countryId\":\"NL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Netherlands\",\"cityName\":null},{\"number\":\"+31 207946519\",\"country\":\"NL\",\"free\":false,\"displayNumber\":\"+31 20 794 6519\",\"countryId\":\"NL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Netherlands\",\"cityName\":null},{\"number\":\"+31 207946520\",\"country\":\"NL\",\"free\":false,\"displayNumber\":\"+31 20 794 6520\",\"countryId\":\"NL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Netherlands\",\"cityName\":null},{\"number\":\"+31 207947345\",\"country\":\"NL\",\"free\":false,\"displayNumber\":\"+31 20 794 7345\",\"countryId\":\"NL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Netherlands\",\"cityName\":null},{\"number\":\"+31 707006526\",\"country\":\"NL\",\"free\":false,\"displayNumber\":\"+31 707 006 526\",\"countryId\":\"NL\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The Netherlands\",\"cityName\":null},{\"number\":\"+44 1314601196\",\"country\":\"GB\",\"free\":false,\"displayNumber\":\"+44 131 460 1196\",\"countryId\":\"GB\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United Kingdom\",\"cityName\":null},{\"number\":\"+44 2034815237\",\"country\":\"GB\",\"free\":false,\"displayNumber\":\"+44 203 481 5237\",\"countryId\":\"GB\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United Kingdom\",\"cityName\":null},{\"number\":\"+44 2034815240\",\"country\":\"GB\",\"free\":false,\"displayNumber\":\"+44 203 481 5240\",\"countryId\":\"GB\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United Kingdom\",\"cityName\":null},{\"number\":\"+44 2039017895\",\"country\":\"GB\",\"free\":false,\"displayNumber\":\"+44 203 901 7895\",\"countryId\":\"GB\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United Kingdom\",\"cityName\":null},{\"number\":\"+44 2080806591\",\"country\":\"GB\",\"free\":false,\"displayNumber\":\"+44 208 080 6591\",\"countryId\":\"GB\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United Kingdom\",\"cityName\":null},{\"number\":\"+44 2080806592\",\"country\":\"GB\",\"free\":false,\"displayNumber\":\"+44 208 080 6592\",\"countryId\":\"GB\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United Kingdom\",\"cityName\":null},{\"number\":\"+44 3300885830\",\"country\":\"GB\",\"free\":false,\"displayNumber\":\"+44 330 088 5830\",\"countryId\":\"GB\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United Kingdom\",\"cityName\":null},{\"number\":\"+1 2532158782\",\"country\":\"US\",\"free\":false,\"displayNumber\":\"+1 253 215 8782\",\"countryId\":\"US\",\"type\":0,\"priority\":0,\"labels\":\"Tacoma\",\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United States\",\"cityName\":null},{\"number\":\"+1 3017158592\",\"country\":\"US\",\"free\":false,\"displayNumber\":\"+1 301 715 8592\",\"countryId\":\"US\",\"type\":0,\"priority\":0,\"labels\":\"Washington DC\",\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United States\",\"cityName\":null},{\"number\":\"+1 3126266799\",\"country\":\"US\",\"free\":false,\"displayNumber\":\"+1 312 626 6799\",\"countryId\":\"US\",\"type\":0,\"priority\":0,\"labels\":\"Chicago\",\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United States\",\"cityName\":null},{\"number\":\"+1 3462487799\",\"country\":\"US\",\"free\":false,\"displayNumber\":\"+1 346 248 7799\",\"countryId\":\"US\",\"type\":0,\"priority\":0,\"labels\":\"Houston\",\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United States\",\"cityName\":null},{\"number\":\"+1 6468769923\",\"country\":\"US\",\"free\":false,\"displayNumber\":\"+1 646 876 9923\",\"countryId\":\"US\",\"type\":0,\"priority\":0,\"labels\":\"New York\",\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United States\",\"cityName\":null},{\"number\":\"+1 6699006833\",\"country\":\"US\",\"free\":false,\"displayNumber\":\"+1 669 900 6833\",\"countryId\":\"US\",\"type\":0,\"priority\":0,\"labels\":\"San Jose\",\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"The United States\",\"cityName\":null},{\"number\":\"+90 8503904913\",\"country\":\"TR\",\"free\":false,\"displayNumber\":\"+90 850 390 4913\",\"countryId\":\"TR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Turkey\",\"cityName\":null},{\"number\":\"+90 8503904914\",\"country\":\"TR\",\"free\":false,\"displayNumber\":\"+90 850 390 4914\",\"countryId\":\"TR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Turkey\",\"cityName\":null},{\"number\":\"+90 8503904915\",\"country\":\"TR\",\"free\":false,\"displayNumber\":\"+90 850 390 4915\",\"countryId\":\"TR\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Turkey\",\"cityName\":null},{\"number\":\"+84 869402526\",\"country\":\"VN\",\"free\":false,\"displayNumber\":\"+84 869 402 526\",\"countryId\":\"VN\",\"type\":0,\"priority\":0,\"labels\":null,\"zoomPhoneJumpUrl\":null,\"businessType\":0,\"countryName\":\"Vietnam\",\"cityName\":null}]",
        "meetingOptions": "{\"allowParticipantsRenameLocked\":false,\"isScreenShareEnabled\":true,\"isEnableMeetingReactions\":true,\"isPollingEnabled\":false,\"enableSelectedEmojis\":false,\"isGroupHDEnabled\":false,\"isAllowShareZMWindowEnabled\":false,\"isReportParticipantsEnabled\":true,\"isPrivateChatEnabled\":true,\"isLocalRecordingEnabled\":true,\"isEnableGalleryViewReordering\":false,\"isAllowParticipantsReport\":true,\"isAuthLocalRecording\":true,\"isEnableAutomaticDisplayJoinAudioDialog\":true,\"isEnableAllowThirdPartyCCToken\":false,\"isEnableMeetingControlToolBar\":false,\"isShareScreenHostOnly\":false,\"isEnableBreakoutRoom\":false,\"isWaitingRoomLocked\":false,\"isWaterMarkLocked\":false,\"isEnableAttentionMode\":false,\"isShareWhiteboardEnabled\":true,\"isChatEnabled\":true,\"isAllowBreakoutRoomPreAssign\":false,\"allowParticipantsRename\":true,\"isShareOptionLocked\":false,\"allowPutOnHold\":true,\"isEnableHideParticipantPic\":false,\"isBO100Enabled\":false,\"isEnableMuteParticipantsUponEntry\":false,\"isEnableMeetingWatermark\":false,\"isEnableDeleteChatMsg\":false,\"isUserEnableRecordingReminder\":true,\"isEnableClosedCaption\":false,\"isDisableChatSave\":false,\"isRemoteControlEnbaled\":true,\"isInstantMeeting\":false,\"isPrivateChatLocked\":false,\"isEnableInviteByPhoneForZoomPhoneAdhocConference\":true,\"isAllowChatAndRaiseChime\":false,\"isEnableSaveCaptions\":false,\"enableWaitingRoom\":false,\"isMeetingScreenSharingGrabAll\":true,\"isChatLocked\":false,\"isEnableLiveTranscription\":false,\"isAllowRemoveParticipantRejoin\":false,\"isCOHostEnabled\":false,\"isEnableEncryption3rdParty\":false,\"isEnableViewFullTranscript\":false,\"playUserJoinLeaveAudio\":false,\"nonverbalfeedback\":true}",
        "isSupportQA": "false",
        "call_out_country_json": "[{\"code\":\"+1\",\"name\":\"United States\",\"id\":\"US\"}]",
        "h323Password": "-----",
        "rwc_agent_endpoint": "rwcva1.cloud.zoom.us",
        "allowClientStopAutoCMR": "1",
        "hideInvite": "false",
        "recordingDisclaimerForRecorder": "{\"isEnableRecordingReminder\":false}",
        "userName": "Bot",
        "invite_email": "----- is inviting you to a scheduled Zoom meeting.\r\n\r\nTopic: Test\r\nTime: Aug 14, 2021 08:00 PM Eastern Time (US and Canada)\r\n\r\nJoin Zoom Meeting\r\nhttps://us02web.zoom.us/j/-----?pwd=d0RzSFpqQUY2SGJqZmJtcUd2bVF0UT09\r\n\r\nMeeting ID: -----\r\nPasscode: passy\r\nOne tap mobile\r\n+13017158592,,-----#,,,,*-----# US (Washington DC)\r\n+13126266799,,-----#,,,,*-----# US (Chicago)\r\n\r\nDial by your location\r\n        +1 301 715 8592 US (Washington DC)\r\n        +1 312 626 6799 US (Chicago)\r\n        +1 646 876 9923 US (New York)\r\n        +1 253 215 8782 US (Tacoma)\r\n        +1 346 248 7799 US (Houston)\r\n        +1 669 900 6833 US (San Jose)\r\nMeeting ID: -----\r\nPasscode: -----\r\nFind your local number: https://us02web.zoom.us/u/-----\r\n\r\n",
        "isOriginHost": "false",
        "meetingNumber": "-----",
        "formate_confno": "-----",  
        "optionVideoHost": "false",
        "support_call_out": "0",
        "optionAudioType": "both",
        "rwc_agent_endpoint_backup": "rwcff1.cloud.zoom.us",
        "location": "US",
        "can_recording": "1",
        "optionVideoParticipants": "false",
        "ts": "-----"
    }
})