Table of Contents

TTMSFNCWXWebRTCPeers.GetPeerById Method

Finds the peer whose identifier matches the given value.

API unit family: TMSFNCWXWebRTC Declaring type: TTMSFNCWXWebRTCPeers

Syntax

function GetPeerById(AID: string): TTMSFNCWXWebRTCPeer;

Parameters

Name Description
AID The peer identifier to search for.

Returns

The matching peer, or nil when no peer has the given identifier.