Once these steps are complete, it's time to integrate your device's Primary
Connection String.
Integrating Credentials
Integrating your device's Primary Connection String into this example application is
very simple. Copy the "Primary Connection String" generated in the previous
section and follow the
steps in the repository's README to
integrate the credentials.
Configuring the Application
Before building the application, you must configure the APN of your cellular carrier
along with any other cellular credentials your SIM may require, such as a PIN code,
username, and/or password.
Under the
EP_AGORA
parameters in
mbed_app.json
, replace the value of
nsapi.default-cellular-apn
with one that is appropriate for your SIM and carrier.
Make sure to retain the leading
"\"
and trailing
\""
!
The parameters you may need to modify in your
mbed_app.json
are highlighted in
the screenshot below: