perchco / perchrtc

An iOS WebRTC demo using XirSys servers
MIT License
135 stars 34 forks source link

any play upgrade to the latest webrtc? #37

Open notedit opened 8 years ago

whydna commented 8 years ago

+1

Would be great, even if maybe just some guide/direction on how we can go about doing this ourselves.

coryl commented 8 years ago

Would also like

FieldSupport commented 8 years ago

here too, I suspect its something in the sdp (session description protocol)

notedit commented 7 years ago

i have updated perch to the latest webrtc.

but the code change so much.

some features are arched in the latest webrtc.

good luck.

notedit commented 7 years ago

in fact, i would rather rewrite my own version.

whydna commented 7 years ago

@notedit @snapvest Did either of you able to get this running on latest version of RTC? The build included here (45) has audio issues with iPhone 6s. Can you guys share some tips?

FieldSupport commented 7 years ago

@whydna No have not, the signalling with Perch is too different, will have to rewrite the javascript side to remove "call" functionality or add call functionality to perch. Perch automatically connects to anyone in the room, once it has joined, ie no Call button, I believe thats where the hangup is.