SFU.getUserLookupExtendedInformation()
- Last UpdatedJun 25, 2024
- 1 minute read
Use getUserLookupExtendedInformation() method to get the extended information for the user using the virtual actor ID.
Syntax
sRetVal = SFU.getUserLookupExtendedInformation(virtualActorId);
Parameters
|
Parameter |
Description |
|---|---|
|
virtualActorId |
Virtual Actor ID. |
Return Value
This method returns a string value.
Example
// Get the Email (which is the extended information) for the user using the virtual actor ID.
var extendedInformation = SFU.getUserLookupExtendedInformation(currentValue,false);
control.findById("T6").value = extendedInformation["UserEmail"];
//Here, currentValue refers to virtualActorId