Is there a a way to get a list of the active matches that are taking place currently.
For instance if i wanted to allow a spectator to join and watch.
I realize i could probably handle this my self by writing info to my own collection.
But wanted to check first if there was already a way available to handle this.
I looked and tried a little bit using things like MatchDetailsRequest and looking at the matchInstance collection.
But taking the _ID from a matchInstance and using MatchDetailsRequest doesn't find anything.
1 Comment
Customer Support
said
about 4 years ago
Hi Jeremy,
No currently there isn't anything available to do this out of the box. A custom collection is likely the solution for now. it's definitely something we are thinking about.
jeremy rose
Is there a a way to get a list of the active matches that are taking place currently.
For instance if i wanted to allow a spectator to join and watch.
I realize i could probably handle this my self by writing info to my own collection.
But wanted to check first if there was already a way available to handle this.
I looked and tried a little bit using things like MatchDetailsRequest and looking at the matchInstance collection.
But taking the _ID from a matchInstance and using MatchDetailsRequest doesn't find anything.