Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

[RTCPeerConnectionFactory mediaStreamWithStreamId:] #32

Open
alexpell00 opened this issue Jul 9, 2017 · 1 comment
Open

[RTCPeerConnectionFactory mediaStreamWithStreamId:] #32

alexpell00 opened this issue Jul 9, 2017 · 1 comment

Comments

@alexpell00
Copy link

alexpell00 commented Jul 9, 2017

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 0x170033160
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RTCPeerConnectionFactory mediaStreamWithStreamId:]: unrecognized selector sent to instance 0x170033160'
*** First throw call stack:
(0x19124afd8 0x18fcac538 0x191251ef4 0x19124ef4c 0x19114ad2c 0x100044308 0x100044028 0x100040d8c 0x102129a50 0x102129a10 0x10212eb78 0x1911f90c0 0x1911f6cdc 0x191126d94 0x192b90074 0x1973df130 0x10005bccc 0x19013559c)
libc++abi.dylib: terminating with uncaught exception of type NSException

@AlexKMDev
Copy link
Owner

Try the latest release. Not sure what can be a problem here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants