I am bit confused what parameters will I have to use in:
CreateOfferCommand.execute(?,payload) // peerID of offer createor or receiver?
CreateAnswerCommand.execute(?,payload) //peerID of offer createor or receiver?
SetRemoteSdp.execute(?,payload) //peerID of offer createor or receiver?
AddIceCandidates.execute(?,payload) //peerID of offer createor or receiver?
Also, if I am the caller, will have I have to add myself as one of the peer?
I am bit confused what parameters will I have to use in:
CreateOfferCommand.execute(?,payload) // peerID of offer createor or receiver?
CreateAnswerCommand.execute(?,payload) //peerID of offer createor or receiver?
SetRemoteSdp.execute(?,payload) //peerID of offer createor or receiver?
AddIceCandidates.execute(?,payload) //peerID of offer createor or receiver?
Also, if I am the caller, will have I have to add myself as one of the peer?