I am trying to get fence state with the Awareness API. Here is the documentation about this. But... When using:
Awareness.FenceApi.queryFences
I can see its deprecated, and instead need to use:
Awareness.getFenceClient
Can anyone please give me an example how to get fence status with getFenceClient?
Got it: