Closed pauloo27 closed 7 years ago
Code: User skypeUser = skype.getSelf(); String url = skypeUser.getAvatarUrl(); System.out.println("Url = " + url);
User skypeUser = skype.getSelf();
String url = skypeUser.getAvatarUrl();
System.out.println("Url = " + url);
Out: Url = null
Url = null
Hello! Sorry for the long wait. I think I have fixed the issue in the latest version, 1.0.20. Could you check and tell me if it works/reopen the issue if it doesn't @zSteve007 ?
Thanks.
Code:
User skypeUser = skype.getSelf();
String url = skypeUser.getAvatarUrl();
System.out.println("Url = " + url);
Out:
Url = null