Closed merby04 closed 6 years ago
Can this library to work connection between android devices ? to send data string or json ? like bluetooth chat ?
Thanks
@x5c Yes. Given you know the peer id, sendMessage(message: string, peerId: string) will send a string to that device. However you encode that string is up to you.
Can this library to work connection between android devices ? to send data string or json ? like bluetooth chat ?
Thanks