Author Message
ademcayir
Joined: Mar 2, 2017
Messages: 11
Offline
If we have multiple DMCC session, is it possible to send a message from a DMCC session to one of other one?

I get get DMCC session list with ServiceProvider.getSessionIdList. So, I have DMCC session Ids and I know other DMCC sessions. Is there any method to send a string to another DMCC session with DMCC session id?
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Online
No, the DMCC SDKs do not provide any inter-session communication mechanism.

Of course, assuming you want to communicate with another instance of your own application, there is nothing stopping you from implementing some sort of communication system yourself.

Martin
ademcayir
Joined: Mar 2, 2017
Messages: 11
Offline
MartinFlynn wrote:No, the DMCC SDKs do not provide any inter-session communication mechanism.

Of course, assuming you want to communicate with another instance of your own application, there is nothing stopping you from implementing some sort of communication system yourself.

Martin


thanks a lot Martin. I will implement my own connection on my applicaiton
Go to:   
Mobile view