Get Conference Member Data

10 Auguest 2016

  • Release 9.111 - added.
getconferencememberdata (Commands)
TypeCorrade progressive command
Commandgetconferencememberdata
DescriptionThe getconferencememberdata command can be used to query data on avatars that are part of a conference.
Permissionstalk
Parametersgroup, password, session, data, firstname, lastname (or agent by UUID)
Last ChangesRelease 9.111 - added.

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

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/getconferencememberdata.txt ยท Last modified: 2022/11/24 07:46 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.