GetNetIdForCxId
Returns the netId associated with a connection Id.
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
_bc.RelayService.GetNetIdForCxId();
_bc->getRelayService()->getNetIdForCxId();
_bc->getRelayService()->getNetIdForCxId();
_bc->getRelayService()->getNetIdForCxId();
_bc.relay.getNetIdForCxId();
String aCxId = "aaaaaaa";
int netId = _bc.relayService.getNetIdForCxId(aCxId);
// N/A
// N/A