Based on the information provided in the knowledge sources, I don't have specific details about why the Twilio connector doesn't include video streams like compositions or rooms. The supported streams for the Twilio connector are listed in the documentation, but video-related streams are not mentioned. According to the [Twilio Source documentation](
https://docs.airbyte.com/integrations/sources/twilio#supported-streams), the connector supports various streams such as Accounts, Addresses, Alerts, Applications, Calls, Conferences, and others. However, video-specific streams like compositions or rooms are not listed among the supported streams. If you need these specific video-related streams, I would recommend: 1. Checking if there's a more recent version of the connector that might include these streams. The changelog in the documentation shows updates up to version 0.1.9, but there could be newer versions. 2. If the streams are still not available in the latest version, you might want to consider opening a feature request on the Airbyte GitHub repository. This is often the best way to get new streams added to a connector. 3. As an alternative, you could look into creating a custom connector or contributing to the existing Twilio connector to add these streams, if that's feasible for your use case. Remember that connectors are often developed based on user needs and contributions, so requesting this feature could potentially lead to its inclusion in future updates.