TsgcICEClient › Events
Events you can handle, grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| OnICECandidate | Fires once per local candidate discovered during gathering; forward the candidate to the remote peer via signalling. |
| OnICECandidateError | Fires when candidate gathering fails for a specific STUN or TURN probe; inspect the error details to diagnose. |
| Name | Description |
|---|---|
| OnICECandidatePairNominated | Fires when a candidate pair passes connectivity checks and is nominated as the selected path for the session. |
| OnICECandidatePairFailed | Fires when a candidate pair fails connectivity checks; the pair is dropped and the next one in the check list is tried. |
| OnICEReceiveBindingRequest | Fires for each STUN binding request received from the peer during connectivity checks; set Accept to allow the probe. |
| Name | Description |
|---|---|
| OnICEException | Fires when an unhandled internal exception is raised while processing ICE candidates or connectivity checks. |
| Name | Description |
|---|---|
| OnICECandidate | Fires once per local candidate discovered during gathering; forward the candidate to the remote peer via signalling. |
| OnICECandidateError | Fires when candidate gathering fails for a specific STUN or TURN probe; inspect the error details to diagnose. |
| OnICECandidatePairFailed | Fires when a candidate pair fails connectivity checks; the pair is dropped and the next one in the check list is tried. |
| OnICECandidatePairNominated | Fires when a candidate pair passes connectivity checks and is nominated as the selected path for the session. |
| OnICEException | Fires when an unhandled internal exception is raised while processing ICE candidates or connectivity checks. |
| OnICEReceiveBindingRequest | Fires for each STUN binding request received from the peer during connectivity checks; set Accept to allow the probe. |