Multi device call

HOW TO ENABLE MANY DEVICE TO CALL ONE DEVICE USING THE SAME END POINT

EVERY DEVICE AS ITS OWN TOKEN AND WHEN ADDING A NEW END CALL DEVICE IT ASKING ABOUT THE TOKEN OF THE SENDER.

I TRIED TO PUT SENDER TOKEN DATA LIKE THAT

IS THAT WAY CORRECT

Hi @Moahmed_ELnahas,

The token that you have to put there is the one from the receiver device. Then you only have to call the same endpoint from different devices.

Do you know that there is another way to send data between devices of the same account? it is even easier and much efficient… try using thing.call_device(); you can find information about that here https://community.thinger.io/t/communicating-two-esp8266-with-thinger-io-device-call-endpoint/141/6

best