I added a String? property to MultipeerTranseiver called localPeerId. This property accesses a new method on MultipeerProtocol: getLocalPeerId(). Implemented in MultipeerConnection, it creates a temporary Peer object in order to access its id property.
I added a
String?
property to MultipeerTranseiver calledlocalPeerId
. This property accesses a new method onMultipeerProtocol
:getLocalPeerId()
. Implemented inMultipeerConnection
, it creates a temporaryPeer
object in order to access itsid
property.