Alex Pelletier

Results 2 issues of Alex Pelletier

I am trying to retrieve a newly created convo with 'TBMsg::getUserConversations($self->id)' but no convos are being returned. I check the database and there a convo with 2 participants. participants id...

I am trying to create a local media stream like: `self.pcFactory = RTCPeerConnectionFactory()` `let localStream = pcFactory.mediaStream(withStreamId: "ARDAMS")` But this throws an error: -[RTCPeerConnectionFactory mediaStreamWithStreamId:]: unrecognized selector sent to instance...