If you mean in the Webex Messenger client, its best to use backticks to denote commands, which should resolve your issue. Like so:`go get gitscm.cisco.com/scm/dlo/elo_rate_mamangement.git`
One other note, the roomId filter isn't available on the meetings Webhookcurrently, which would be required to not need to parse every singlemeeting started event.{ "message": "POST failed: HTTP/1.1 400 Bad Request (url =https://webhook-engine-a.wbx2...
That's unfortunate as getting Webhooks for this would require me to checkall meetings started, so I was going to try to just check for the activemeeting and update my details from it.Although, now I'm looking and can see I can scope the Webhook down ...
I'm trying this concept a little differently now. I'm trying to search for active meetings tied to the RoomId since that's now a parameter. I have an active meeting up that I launched from the space, but I cannot search for it via the MeetingID nor t...