GetAppId
Retrieves the configured Agora App ID.
std::string GetAppId(Error *err = nullptr)
- Since
- Available since v4.4.0.
Parameters
- err
- An output parameter. Status or error information. See Error.
Return Values
- If the method call succeeds, returns the configured Agora App ID.
- If the method call fails, returns an empty string.