PresentUsers property

Returns a collection of IERUMember interface pointers to the room members that are present in the room. PresentUsers is only available from ASP pages running in the same process spaces as the eRoom server. For example, you cannot determine PresentUsers from a standalone EXE or script.

Syntax


C++

HRESULT get_PresentUsers(IERUCollection** ppPresentUsers)

Scripting languages

Set Value = Intercom.PresentUsers

 

Home

Applies to

IERUIntercom