Author Message
Zame
Joined: Jan 25, 2018
Messages: 6
Offline
I have code like this :

CSParticipant *selectedParticipant;

[self.collaboration.contentSharing grantRemoteControlWithParticipant:selectedParticipant completionHandler:^(CSParticipant *participant, NSError *error) {
if (error) {
NSLog(@"%s Error sharing desktop . Error code [%ld] - %@", __PRETTY_FUNCTION__, (long)error.code, error.localizedDescription);
[NotificationHelper displayMessageToUser: [NSString stringWithFormat:@"Error sharing desktop. Error code [%ld] - %@", (long)error.code, error.localizedDescription] TAG:__PRETTY_FUNCTION__];
} else {
NSLog(@"%s Successfully started sharing desktop", __PRETTY_FUNCTION__);
}
}];

and i get error like this :

Attention?
Error Sharing Desktop. Error Code[1112] - server side error

my question is what wrong with my code ? or this error because my server error ?
  • [Thumb - Screen Shot 2018-02-20 at 11.56.44 AM.png]
[Disk] Download
Rumata
Joined: Dec 20, 2016
Messages: 133
Offline
Hi,
Thank you for your question.

Could you attach log (debug level) please? We will be able to invastigate the issue.
Zame
Joined: Jan 25, 2018
Messages: 6
Offline
this is full log
Filename GrandLog.rtf [Disk] Download
Go to:   
Mobile view