TTMSFNCWXWebRTCPeers Class
Holds the collection of peer connections managed by the communication component.
API unit family: TMSFNCWXWebRTC
Inherits from: TOwnedCollection
Syntax
TTMSFNCWXWebRTCPeers = class(TOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the peer connections in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new peer connection to the collection and returns it. |
| GetPeerById | Finds the peer whose identifier matches the given value. |
| Insert | Inserts a new peer connection at the given position and returns it. |