Get Conference Members Data

10 Auguest 2016

  • Release 9.111 - added.
getconferencemembersdata (Commands)
TypeCorrade progressive command
Commandgetconferencemembersdata
DescriptionThe getconferencemembersdata command can be used to query data on multiple avatars that are part of a conference.
Permissionstalk
Parametersgroup, password, session, data
Last ChangesRelease 9.111 - added.

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

Remarks

  • It is only possible to retrieve details on conference members if the conference has been created whilst Corrade has been online. Otherwise, this command will succeed but will not return any data.

secondlife/scripted_agents/corrade/api/commands/getconferencemembersdata.txt ยท Last modified: 2022/11/24 07:45 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.