I think there are missing/misleading information on API page:
URL1 (match) = http://docs.coronalabs.com/daily/api/type/GameNetwork/match.html
URL2 (status) = http://docs.coronalabs.com/daily/api/type/GameNetwork/status.html
When I go to URL1 and tap on link to “status”, it sends me to URL2, which lists values for the “status” as follows:
invited
declined
matching
active
done
unknown
The problem is, when I print the status value as I test my app, I get only the following three so far:
ended <-- not included in API page
open <-- not included in API page
matching <-- included in API page
I have a feeling that URL2 shows the “status” value of participant object instead of match object. I haven’t verified my suspicion, but it seems more likely to me.
Anyhow, I’d like to see the list of “status” value that match object returns. Just the three of the above, or are there any other value that I should look out for?
Naomi
P.S. I submitted the comment directly to API page regarding this earlier. Hopefully, the pages will be updated/correctly…
Edit: I confirm that URL2 lists the “status” value of participant. I got all of them except for “unknown”.