10 Auguest 2016
<data Commands>
Type: Corrade progressive command
Command[wiki]: getconferencemembersdata
Description[wiki]: The getconferencemembersdata
command can be used to query data on multiple avatars that are part of a conference.
Permissions[wiki]: talk
Parameters[wiki]: group
, password
, session
, data
Last Changes[wiki]: Release 9.111 - added.
</data>
The getconferencemembersdata
command can be used to query data on multiple avatars that are part of a conference. by querying the ChatSessionMember structure.
Command | Required Parameters | Required Corrade Permissions | Required Group Abilities | Example |
---|---|---|---|---|
getconferencemembersdata | group , password , session , data | talk | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Determine which avatars have their // voice muted in a conference. "command", "getconferencememberdata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // The session UUID of the conference. "session", "fc937697-765c-4cb2-b2ad-d1d95a3410af", "data", wasListToCSV( [ "AvatarKey", "MuteVoice" ] ), "callback", wasURLEscape(URL) ] ) ); |
Parameter | Possible Value |
---|---|
data | The name of any field or properly from the ChatSessionMember structure |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.