TTMSFNCWXWebRTCIceServer Class
Describes a single STUN or TURN server used by a peer connection to discover network paths and relay media when a direct connection is not possible.
API unit family: TMSFNCWXWebRTC
Inherits from: TCollectionItem
Syntax
TTMSFNCWXWebRTCIceServer = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Credential | The credential (password) used together with the user name to authenticate with a TURN server. |
| URLs | The one or more server URLs, each beginning with the stun: or turn: scheme. |
| Username | The user name used to authenticate with a TURN server. Leave empty for STUN servers that require no authentication. |