Managing Audio and Video tracks

After starting or joining a call, the Call object will contain the Twilio Room. Clients are responsible for accessing the user's audio/video tracks and publishing them to the room. The repositories below demonstrate how to do this in a ReactJS application.

TigerConnect Web Calling Demo

TigerConnect has a Web Calling Demo available that shows how to use the TigerConnect SDK to create a simple calling app. Clients are encouraged to use the VideoProvider, ActiveCall, IncomingCall, and Fab components for their own applications. Any references to useAppState will need to be replaced with a reference to state that is appropriate for the application.

Twilio Video React App

Clients are also encouraged to review Twilio's own Video React App