userPinEventOccurred

TrueConfLess than 1 minute

userPinEventOccurred

Description: notification of pinning or unpinning a participant in the smart meeting mode. v4.3.0+

Example:

{
    "peerId": "user2@some.server/56ad64as",
    "eventCode": 0,
    "confId": "00000351@some.server#vcs",
    "event": "userPinEventOccurred",
    "method": "event"
}

Parameter description:

  • peerId - the unique user identifier (TrueConf ID) that has been pinned or unpinned

  • eventCode - a code indicating the occurred event

    • 0 - the participant was pinned

    • 1 - participant was unpinned

    • 2 - the participant was not pinned because the maximum number of pinned participants has been reached

    • 3 - the participant was not pinned because they are not present in the conference

  • confId — Unique identifier of an ongoing conference

See also: