Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

How to receive a message from a P2P Server under Android client SDK?

Weiming_C_
Beginner
352 Views

Hi,

the idea for intel's collaboration suite is great, i am having a try on P2P server (v2.11) and the android client sample woogeenp2p.

One question:

   After the android p2p client has successfully connected to the server, and before the client connects with any peer, is that possible for the p2p client to receive any message from the server (by socket.send(msg) or socket.emit(event, data))? If yes, how to make call or set callback to get the message sent by the p2p server?

Thanks

Weiming

 

0 Kudos
3 Replies
Chunbo_H_Intel1
Employee
352 Views

 It is not supported in v2.1.1. But it’s possible in the coming release by implementing your own signaling channel. Stay tuned.

0 Kudos
Weiming_C_
Beginner
352 Views
Customized signaling channels already supported in newly released version 2.5? Possible to provide some code examples or some hints? Guess that received messages are notified by SignalingChannelObserver observer, right? How is SignalingChannelObserver defined? Hope the questions not to be disturbing ones.
0 Kudos
Chunbo_H_Intel1
Employee
352 Views

Hi Weiming,

Thanks for your patience. We're now working on the details related. Thanks!

0 Kudos
Reply