GetPeersCount Method (IMWebRTC)
number of peers
Gets count of peers
Syntax
Sub GetPeersCount( _
   ByRef _pnCount As Integer _
) 
void GetPeersCount( 
   out int _pnCount
)
procedure GetPeersCount( 
   Out  _pnCount: Integer
); 
void GetPeersCount( 
   [PARAMFLAG::Out] int _pnCount
) 

Parameters

_pnCount
number of peers
See Also

Reference

IMWebRTC Interface
IMWebRTC Members