Author Message
Zame
Joined: Jan 25, 2018
Messages: 6
Offline
i have some problem when i want to remote control screen other participant using requestRemoteControlWithCompletionHandler.
i cant control anything even though the participant has allowed my request.

I have log when i send request in SendRequest.rtf and log when other participant accepted my request in AcceptedRequest.trf

this my code to request remote control :

[self.collaboration.contentSharing requestRemoteControlWithCompletionHandler:^(CSParticipant *participant, NSError *error) {
if (error) {
NSLog(@"Error sharing desktop request");

} else {
[self.collaboration.contentSharing remoteControlDelegate];

NSLog(@"Successfully sharing desktop request");
}
}];

thank before sir.
  • [Thumb - remote.jpeg]
[Disk] Download
Filename AcceptedRequest.rtf [Disk] Download
Filename SendRequest.rtf [Disk] Download
Go to:   
Mobile view