GetCxIdForNetId
Returns the RTT connection Id associated with a netId.
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
_bc.RelayService.GetCxIdForNetId();
_bc->getRelayService()->getCxIdForNetId();
_bc->getRelayService()->getCxIdForNetId();
_bc->getRelayService()->getCxIdForNetId();
_bc.relay.getCxIdForNetId();
int aNetId = 2;
String cxId = _bc.relayService.getCxIdForNetId(aNetId);
// N/A
// N/A