Shows the ACCOUNT_DISPLAY_NAME in the brackets after the GLOBAL_DISPLAY_NAME for the local user in an audio conference.

cusax-fix
Yana Stamcheva 13 years ago
parent 3ee476f4c3
commit d870383eb4

@ -156,9 +156,9 @@ public ConferencePeerPanel(
(globalDisplayName != null && globalDisplayName.length() > 0)
? globalDisplayName
+ " ("
+ call.getProtocolProvider().getAccountID().getUserID()
+ call.getProtocolProvider().getAccountID().getDisplayName()
+ ")"
: call.getProtocolProvider().getAccountID().getUserID());
: call.getProtocolProvider().getAccountID().getDisplayName());
setTitleBackground(
video

Loading…
Cancel
Save