10 Auguest 2016
The getconferencememberdata command can be used to query data on avatars that are part of a conference by querying the ChatSessionMember structure.
| Command | Required Parameters | Required Corrade Permissions | Required Group Abilities | Example |
|---|---|---|---|---|
getconferencememberdata | group, password, session, data, firstname, lastname (or agent by UUID) | talk | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Requests whether the avatar named // Skallywag Dustmonger has both // text chat and voice muted. "command", "getconferencememberdata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "firstname", "Skallywag", "lastname", "Dustmonger", // The session UUID of the conference. "session", "4c8534eb-1ad9-4ae7-899a-5dab46fceb79", "data", wasListToCSV( [ "MuteText", "MuteVoice" ] ), "callback", wasURLEscape(URL) ] ) ); |
| Parameter | Possible Value |
|---|---|
data | The name of any field or properly from the ChatSessionMember structure |