This protocol seems to log your RMC requests.
Methods
Method ID | Method Name |
---|---|
1 | EnableApiRecorder |
2 | DisableApiRecorder |
3 | IsApiRecorderEnabled |
4 | GetApiCalls |
5 | SetExcludeJoinedMatchmakeSession |
6 | GetExcludeJoinedMatchmakeSession |
7 | GetApiCallSummary |
(1) EnableApiRecorder
This method does not take any parameters and does not return anything.
(2) DisableApiRecorder
This method does not take any parameters and does not return anything.
(3) IsApiRecorderEnabled
Request
This method does not take any parameters.
Response
Type | Description |
---|---|
Bool | True if the api recorder is enabled |
(4) GetApiCalls
This method returns RendezVous::InvalidConfiguration
if the api recorder is disabled.