Help with bookmarkedConference

I am developing an android app.

I want to bookmark a conference room.

When i initialise BookmarkedConference conference = new BookmarkedConference(“JID”);

I get an error java.lang.string has protected access in org… BookmarkedConference

How shall i resolve this issue?

i hava the same issue.

Please use BookmarkManager.addBookmarkedConference instead of creating the class manually.

okey,thank you!

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.