Hello,
i want to share screen with jabber web sdk. But, i can't do it.
i call following lines, when clicked button ;
var conversation = telephonyConversations[selectedConversationID];
conversation.startScreenShare();
and seems this codes are running however, i give and error message, that is
- error:"eCapabilityMissing"
- messageId:"12a54c23-4063-43b2-89e3-c861fb2b3b86"
- name:"requestDesktopShare"
i get this error message from all of browser (chrome, ie, firefox) and i have installed Jabber SDK Browser addon package.
do you have any idea ? i can make video call from jabber web sdk. however, i can't start screen sharing.
so i need a help about this case
Thanks