TTMSFNCWXWebRTCDataChannels Class
Holds the collection of data channels configured for a peer connection.
API unit family: TMSFNCWXWebRTC
Inherits from: TOwnedCollection
Syntax
TTMSFNCWXWebRTCDataChannels = class(TOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the channels in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new channel to the collection and returns it. |
| GetChannelByName | Finds the channel whose name matches the given value. |
| Insert | Inserts a new channel at the given position and returns it. |