Hi, Im ussing the API (for desktop application) and have a problem when trying to retreive the displayname.
always return an empty string.
have any idea how to get the full text?
"displayName" property used to set the display name and not to get it.
You can use REST URL (https://api.oovoo.com/rooms/<roomID>/videoCalls) that returnes XML with a list of room instances with all the users that are currently active (including the display name of each user).
Hope it helps.