SetAppId

Sets the Agora App ID.

void SetAppId(const char *app_id, Error *err = nullptr)
Since
Available since v4.4.0.

Timing

This method must be called before InitMediaEngine.

Parameters

app_id
The Agora App ID of your project, which can be obtained from the Agora Console.
err
An output parameter. Status or error information. See Error.