0

I am using a replaykit broadcast extension to share an iOS devices screen over twilio. The problem is that I can't receive audio from the remote party. Is this possible? Or is the broadcaster one-way only?

user426132
  • 1,341
  • 4
  • 13
  • 28

1 Answers1

2

Twilio developer evangelist here.

The current object & auth models don't let several apps to publish Tracks under a single Participant, the 2.10.0 release now lets your extension connect (as a unique Participant) without subscribing to a Track.

If you want to have a more traditional video conference with screen sharing, my colleague and fellow Twilion Chris Eagleston suggests you connect one ReplayKit broadcast extension Participant to share the screen and another app Participant to publish the camera and microphone, and receive audio/video Tracks as mentioned in this GitHub issue here.

You can try using the ReplayKit Twilio Video sample app here too!

lizziepika
  • 3,231
  • 1
  • 14
  • 23