Table of Contents

TTMSFNCWXWebRTCDataChannels.Insert Method

Inserts a new channel at the given position and returns it.

API unit family: TMSFNCWXWebRTC Declaring type: TTMSFNCWXWebRTCDataChannels

Syntax

function Insert(Index: Integer): TTMSFNCWXWebRTCDataChannel; reintroduce;

Parameters

Name Description
Index The zero-based position at which to insert the new channel.

Returns

The newly inserted channel item.