getDisplayNameById
Less than 1 minute
getDisplayNameById
Description: retrieve the display name using the unique user identifier (TrueConf ID).
Request example:
{
"method" : "getDisplayNameById",
"requestId" : "1",
"peerId" : "user1@some.server"
}Response example:
{
"peerDn" : "user2",
"peerId" : "user2@some.server",
"method" : "getDisplayNameById",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- a unique user identifier (TrueConf ID). Applicability:PeerId is supported. Within the application, it is automatically converted to CallId, and the command is executed with it.
CallId - supported
InstanceId is supported. Inside the application, it is automatically converted to CallId, and the command is executed using the latter.
peerDn— User display name being requestedrequestId- a unique request identifier. You can find more details about it here.
See also: