Skip to main content

Retrieve a Matchmaking Channel

Last updated on

Use the following function to retrieve a channel:

ok, err := matchmakingService.GetSingleMatchmakingChannel(input)
if err != nil {
return err
}
return nil