vocodedev/vocode-core

Access to Call Recordings for twilio OutboundCall

Riya-766 opened this issue · 2 comments

        telephony_config=TwilioConfig(
            account_sid=os.getenv("TWILIO_ACCOUNT_SID"),
            auth_token=os.getenv("TWILIO_AUTH_TOKEN"),
            record=True,

        ),
      In twilio_config ,I have set 'record=True' .Now, how can I access the recordings?