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

Customised signal in MCU

ANIL_K_3
Beginner
294 Views

Dear Support Team,

The custom signalling for P2P is the best option that is there in SDK. I used this to implement proprietary signalling for my application.

I want to extend my proprietary signalling to conference case as well. Do you consider this option in your road map? 

0 Kudos
2 Replies
ANIL_K_3
Beginner
294 Views

Dear Team,

Any update on above query ? 

 

0 Kudos
Jianjun_Z_Intel
Employee
294 Views

Hi ANIL,

P2P signaling server (PeerServer) only forwards messages from sender to specific receiver. It can be easily replaced with your own implementation. However, conference server is more complex. It has a lot of components (agents). One of them is called portal, which handles signaling messages between clients and conference server. It also has some other functions, such as dispatching messages to internal components. As portal is a part of conference server, it can not be customized at this time.

0 Kudos
Reply