Mayur Sutariya
Mayur Sutariya
> No listener is there to observe progress,sucess,failure etc, yes that is the issue we have also progress method in retrieve to fps or frame so we have set progress...
when i have open privatedialogActivity before i call this code QBChatService.ConfigurationBuilder builder = new QBChatService.ConfigurationBuilder(); builder.setAutojoinEnabled(true); QBChatService.setConfigurationBuilder(builder); after that i have open PrivateDialogActivity in this activity i have seen "You...
are you there ? Please reply me fast as soon as possible .
thanks for the replying. chat option is soved out but when i was click on audio or video call so call the method in ConversationCallFragment like private void displayOpponentAvatar() {...
thanks for replying . IncomingCallFragment.java in this function call so in this function in change any thing. private void setOpponentAvatarAndName(){ QMUser opponent = ((CallActivity) getActivity()).getOpponentAsUserFromDB(sessionDescription.getCallerID()); ImageLoader.getInstance().displayImage(opponent.getAvatar(), avatarImageView, ImageLoaderUtils.UIL_USER_AVATAR_DISPLAY_OPTIONS); callerName.setText(opponent.getFullName()); }
and also we can implement QBFriendListHelper.java file so that is right or wrong? ****************************************************************** private Collection createFriendList( Collection rosterEntryCollection) throws QBResponseException { Collection friendList = new ArrayList(); Collection userList =...